Skip to content

Commit

Permalink
Update setuptools to first major version after Python 3.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Aug 31, 2023
1 parent d4c9e80 commit 937619f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- recommonmark
run:
- python
- setuptools >=41.0.0
- setuptools >=51.0.0
- numpy >=1.20.0
- scipy >=1.9
- scikit-learn >=1.1.0,<1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=41.0.0,<50.0",
"setuptools>=51.0",
"wheel",
"cython>=3.0",
"oldest-supported-numpy",
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chardet>=3.0.2
joblib>=1.0.0
keyring
keyrings.alt # for alternative keyring implementations
setuptools>=41.0.0
setuptools>=51.0.0
serverfiles # for Data Sets synchronization
networkx
python-louvain>=0.13
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ deps =
oldest: joblib==1.0.0
# oldest: keyring
# oldest: keyrings.alt
oldest: setuptools==41.0.0
oldest: setuptools==51.0.0
# oldest: serverfiles
# oldest: networkx
oldest: python-louvain==0.13
Expand Down

0 comments on commit 937619f

Please sign in to comment.