diff --git a/requirements_dev_base.txt b/requirements_dev_base.txt index c955fe5d..ff338e23 100644 --- a/requirements_dev_base.txt +++ b/requirements_dev_base.txt @@ -1,4 +1,4 @@ # required -cython -numpy -dask[array] +cython==3.2.4 +numpy==2.4.4 +dask[array]==2026.3.0 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index f72a5967..d6b98bc9 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -1,13 +1,13 @@ # optional -scipy -matplotlib -seaborn -pandas -scikit-learn -h5py -numexpr -zarr -hmmlearn -protopunica -pyfasta -ipython +scipy==1.17.1 +matplotlib==3.10.9 +seaborn==0.13.2 +pandas==3.0.2 +scikit-learn==1.8.0 +h5py==3.16.0 +numexpr==2.14.1 +zarr==3.2.0 +hmmlearn==0.3.3 +protopunica==0.14.8.post2 +pyfasta==0.5.2 +ipython==9.13.0