Skip to content

Commit f86fc1a

Browse files
Exclude broken tblib versions in CI (#9141)
1 parent fde9e5f commit f86fc1a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

continuous_integration/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- scikit-learn
4646
- scipy
4747
- sortedcollections
48-
- tblib
48+
- tblib !=3.2.0,!=3.2.1
4949
- toolz
5050
- torchvision # Only tested here
5151
- tornado

continuous_integration/environment-3.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- scikit-learn
4040
- scipy
4141
- sortedcollections
42-
- tblib
42+
- tblib !=3.2.0,!=3.2.1
4343
- toolz
4444
- tornado
4545
- zict # overridden by git tip below

continuous_integration/environment-3.12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- scikit-learn
4040
- scipy
4141
- sortedcollections
42-
- tblib
42+
- tblib !=3.2.0,!=3.2.1
4343
- toolz
4444
- tornado
4545
- zict # overridden by git tip below

continuous_integration/environment-3.13.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- scikit-learn
3939
- scipy
4040
- sortedcollections
41-
- tblib
41+
- tblib !=3.2.0,!=3.2.1
4242
- toolz
4343
- tornado
4444
- zict # overridden by git tip below

continuous_integration/recipes/distributed/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requirements:
4343
- psutil >=5.8.0
4444
- pyyaml >=5.4.1
4545
- sortedcontainers >=2.0.5
46-
- tblib >=1.6.0
46+
- tblib >=1.6.0,!=3.2.0,!=3.2.1
4747
- toolz >=0.10.0
4848
- tornado >=6.2.0
4949
- urllib3 >=1.26.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"psutil >= 5.8.0",
3737
"pyyaml >= 5.4.1",
3838
"sortedcontainers >= 2.0.5",
39-
"tblib >= 1.6.0",
39+
"tblib >= 1.6.0,!=3.2.0,!=3.2.1",
4040
"toolz >= 0.11.2",
4141
"tornado >= 6.2.0",
4242
"urllib3 >= 1.26.5",

0 commit comments

Comments
 (0)