Skip to content

Commit

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

0 comments on commit 0ad5dba

Please sign in to comment.