Skip to content

Commit

Permalink
relax versions to ~=
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Oct 16, 2023
1 parent 841c086 commit db338a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
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
21 changes: 11 additions & 10 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
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
Expand Down

0 comments on commit db338a8

Please sign in to comment.