We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d563273 + e31ce1b commit a0b22ffCopy full SHA for a0b22ff
environment.yml
@@ -9,7 +9,7 @@ dependencies:
9
- sortedcollections
10
- scipy
11
- holoviews
12
- - ipyparallel
+ - ipyparallel>=6.2.5
13
- distributed
14
- ipykernel>=4.8*
15
- loky
setup.py
@@ -51,7 +51,7 @@ def get_version_and_cmdclass(package_name):
51
"pre_commit",
52
],
53
"other": [
54
- "ipyparallel",
+ "ipyparallel>=6.2.5", # because of https://github.com/ipython/ipyparallel/issues/404
55
"distributed",
56
"loky",
57
"scikit-optimize",
0 commit comments