diff --git a/requirements.txt b/requirements.txt index db099df..fedd562 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -numpy~=1.25 +numpy~=1.26 dill~=0.3 -h5py~=3.9 +h5py~=3.10 lmfit~=1.2 cython~=3.0 astropy~=5.3 -scipy~=1.10 +scipy~=1.11 scikit-image~=0.22 sep~=1.2 -matplotlib~=3.0 +matplotlib~=3.8 diff --git a/requirements_dev.txt b/requirements_dev.txt index 2a65758..8a7ce60 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,13 +1,13 @@ -numpy~=1.25 +numpy~=1.26 dill~=0.3 -h5py~=3.9 +h5py~=3.10 lmfit~=1.2 cython~=3.0 astropy~=5.3 -scipy~=1.10 +scipy~=1.11 scikit-image~=0.22 sep~=1.2 -matplotlib~=3.0 +matplotlib~=3.8 pytest pytest-runner