diff --git a/requirements_dev_base.txt b/requirements_dev_base.txt index c955fe5d..c3ad0c62 100644 --- a/requirements_dev_base.txt +++ b/requirements_dev_base.txt @@ -1,4 +1,4 @@ # required -cython -numpy -dask[array] +cython==3.0.12 +numpy==2.2.5 +dask[array]==2025.4.1 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index f72a5967..8e83b102 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.15.2 +matplotlib==3.10.1 +seaborn==0.13.2 +pandas==2.2.3 +scikit-learn==1.6.1 +h5py==3.13.0 +numexpr==2.10.2 +zarr==3.0.7 +hmmlearn==0.3.3 +protopunica==0.14.8.post2 +pyfasta==0.5.2 +ipython==9.2.0