Skip to content

Commit a0b22ff

Browse files
authored
Merge pull request #270 from python-adaptive/ipyparallel-6.2.5
minimally require ipyparallel 6.2.5
2 parents d563273 + e31ce1b commit a0b22ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- sortedcollections
1010
- scipy
1111
- holoviews
12-
- ipyparallel
12+
- ipyparallel>=6.2.5
1313
- distributed
1414
- ipykernel>=4.8*
1515
- loky

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_version_and_cmdclass(package_name):
5151
"pre_commit",
5252
],
5353
"other": [
54-
"ipyparallel",
54+
"ipyparallel>=6.2.5", # because of https://github.com/ipython/ipyparallel/issues/404
5555
"distributed",
5656
"loky",
5757
"scikit-optimize",

0 commit comments

Comments
 (0)