diff --git a/requirements_dev_base.txt b/requirements_dev_base.txt index c955fe5d..5d315fc5 100644 --- a/requirements_dev_base.txt +++ b/requirements_dev_base.txt @@ -1,4 +1,4 @@ # required -cython -numpy -dask[array] +cython==3.0.11 +numpy==2.2.1 +dask[array]==2024.12.1 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index f72a5967..3732b6ae 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.14.1 +matplotlib==3.10.0 +seaborn==0.13.2 +pandas==2.2.3 +scikit-learn==1.6.0 +h5py==3.12.1 +numexpr==2.10.2 +zarr==2.18.4 +hmmlearn==0.3.3 +protopunica==0.14.8.post2 +pyfasta==0.5.2 +ipython==8.31.0