Skip to content

Commit

Permalink
Add setuptools dependency (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
olemke authored Nov 6, 2024
2 parents 5fbc477 + 3948b50 commit 4e4849c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment-dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- python-build
- requests
- scipy
- setuptools
- sphinx=8
- sphinx-favicon
- sphinx-rtd-theme=3
Expand Down
1 change: 1 addition & 0 deletions environment-dev-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- python-build
- requests
- scipy
- setuptools
- sphinx=8
- sphinx-favicon
- sphinx-rtd-theme=3
Expand Down
1 change: 1 addition & 0 deletions environment-dev-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- python-build
- requests
- scipy
- setuptools
- sphinx=8
- sphinx-favicon
- sphinx-rtd-theme=3
Expand Down

0 comments on commit 4e4849c

Please sign in to comment.