Skip to content

Commit

Permalink
Pip install setuptools, clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 30, 2024
1 parent 8a12ff1 commit 5d15345
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/[email protected]
with:
python-version: 3.12
- run: pip install wheel distutils
- run: pip install wheel setuptools
- run: python3 setup.py bdist_wheel sdist
- uses: pypa/[email protected]
with:
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# actual dependencies
matplotlib

# for testing
pytest
coverage
coveralls
flake8

# for documentation
sphinx

# for packaging
wheel
setuptools

0 comments on commit 5d15345

Please sign in to comment.