Skip to content

Commit ba151c8

Browse files
authored
Merge pull request #5855 from PrimozGodec/fix-ci
Fix oldest-orange CI
2 parents 56bde3f + 05de80f commit ba151c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requirements:
3737
- recommonmark
3838
run:
3939
- python
40-
- setuptools >=36.3
40+
- setuptools >=41.0.0
4141
- numpy >=1.17.3
4242
- scipy >=1.3.1
4343
- scikit-learn >=1.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=40.8.0,<50.0",
3+
"setuptools>=41.0.0,<50.0",
44
"wheel",
55
"cython",
66
"oldest-supported-numpy",

requirements-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ chardet>=3.0.2
1515
joblib>=0.11
1616
keyring
1717
keyrings.alt # for alternative keyring implementations
18-
setuptools>=36.3
18+
setuptools>=41.0.0
1919
serverfiles # for Data Sets synchronization
2020
networkx
2121
python-louvain>=0.13

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ deps =
5656
oldest: joblib==0.11
5757
# oldest: keyring
5858
# oldest: keyrings.alt
59-
oldest: setuptools==36.3
59+
oldest: setuptools==41.0.0
6060
# oldest: serverfiles
6161
# oldest: networkx
6262
oldest: python-louvain==0.13

0 commit comments

Comments
 (0)