Skip to content

Commit

Permalink
FIX: Reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 22, 2023
1 parent 8d2838d commit 3067853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt pytest pytest-cov
# TODO: The requirements.txt is very out of date... let's install
# a newer setuptools that actually works on 3.9+.
pip install --upgrade pip setuptools
pip install --no-build-isolation -ve .
- run: pytest tests/test.py
- uses: codecov/codecov-action@v3
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h5py==3.1.0
numpy==1.19.5
setuptools==40.8.0
pip==21.3.1
termcolor==1.1.0
colorama==0.4.4
h5py
numpy
setuptools
pip
termcolor
colorama

0 comments on commit 3067853

Please sign in to comment.