Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
56446d49
Commit
56446d49
authored
7 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Be less picky with specific package versions
parent
6417309f
No related branches found
No related tags found
1 merge request
!73
Updating the changelog for Bob's release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/conda-bootstrap.py
+2
-0
2 additions, 0 deletions
conda/conda-bootstrap.py
with
2 additions
and
0 deletions
conda/conda-bootstrap.py
+
2
−
0
View file @
56446d49
...
@@ -144,6 +144,8 @@ def conda_create(args, packages):
...
@@ -144,6 +144,8 @@ def conda_create(args, packages):
specs
=
[]
specs
=
[]
for
k
in
packages
:
for
k
in
packages
:
k
=
'
'
.
join
(
k
.
split
()[:
2
])
#remove eventual build string
k
=
'
'
.
join
(
k
.
split
()[:
2
])
#remove eventual build string
if
not
k
.
startswith
(
'
bob
'
):
k
=
k
.
split
()[
0
]
#get whatever is compatible for those
if
any
(
elem
in
k
for
elem
in
'
><|
'
):
specs
.
append
(
k
.
replace
(
'
'
,
''
))
if
any
(
elem
in
k
for
elem
in
'
><|
'
):
specs
.
append
(
k
.
replace
(
'
'
,
''
))
else
:
specs
.
append
(
k
.
replace
(
'
'
,
'
=
'
))
else
:
specs
.
append
(
k
.
replace
(
'
'
,
'
=
'
))
...
...
This diff is collapsed.
Click to expand it.
André Anjos
@aanjos
mentioned in commit
d98d7202
·
7 years ago
mentioned in commit
d98d7202
mentioned in commit d98d7202bbefa3e31ab39a11db39376f7b1bf9f3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment