Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pipelines
Commits
41736296
Commit
41736296
authored
Nov 30, 2021
by
Amir MOHAMMADI
Browse files
pin dask versions more strictly
parent
d8162ffc
Pipeline
#56663
passed with stage
in 10 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
41736296
...
...
@@ -43,14 +43,14 @@ requirements:
-
python
-
setuptools
-
{{
pin_compatible('numpy')
}}
-
{{
pin_compatible('dask')
}}
-
{{
pin_compatible('dask-jobqueue')
}}
-
{{
pin_compatible('distributed')
}}
-
{{
pin_compatible('dask'
,
max_pin='x.x'
)
}}
-
{{
pin_compatible('dask-jobqueue'
,
max_pin='x.x'
)
}}
-
{{
pin_compatible('distributed'
,
max_pin='x.x'
)
}}
-
{{
pin_compatible('scikit-learn')
}}
-
{{
pin_compatible('xarray')
}}
-
{{
pin_compatible('h5py')
}}
run_constrained
:
-
{{
pin_compatible('dask-ml')
}}
-
{{
pin_compatible('dask-ml'
,
max_pin='x.x'
)
}}
test
:
imports
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment