Skip to content

Commit

Permalink
Merge pull request #78 from punch-mission/develop
Browse files Browse the repository at this point in the history
relax version pins, fix mpl tests
  • Loading branch information
jmbhughes authored Oct 16, 2023
2 parents 841c086 + ee24fc8 commit 380de25
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
python setup.py pytest --addopts "--cov ."
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy>=1.25.2
dill==0.3.6
h5py>=3.9.0
lmfit==1.2.2
cython==3.0.0
astropy==5.3.1
scipy>=1.10.0
scikit-image==0.19.3
sep==1.2.1
matplotlib>=3.0
numpy~=1.25
dill~=0.3
h5py~=3.9
lmfit~=1.2
cython~=3.0
astropy~=5.3
scipy~=1.10
scikit-image~=0.22
sep~=1.2
matplotlib~=3.0
22 changes: 12 additions & 10 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
numpy>=1.25.2
dill==0.3.6
h5py>=3.9.0
lmfit==1.2.2
cython==3.0.0
astropy==5.3.1
scipy>=1.10.0
scikit-image==0.19.3
sep==1.2.1
matplotlib>=3.0
numpy~=1.25
dill~=0.3
h5py~=3.9
lmfit~=1.2
cython~=3.0
astropy~=5.3
scipy~=1.10
scikit-image~=0.22
sep~=1.2
matplotlib~=3.0

pytest
pytest-runner
hypothesis
ruff
pytest-mpl

0 comments on commit 380de25

Please sign in to comment.