Skip to content

Commit

Permalink
Reduce setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonjj committed Nov 9, 2024
1 parent 0ad5dba commit 3324259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python=3.8
- pip~=24.0.0
- setuptools==68.0.0
- setuptools~=45.0.0
- ipython
- numpy~=1.21
- scipy
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==68.0.0",
"setuptools~=45.0.0",
"setuptools_scm>=8",
"wheel",
]
Expand Down

0 comments on commit 3324259

Please sign in to comment.