Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements_dev_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# required
cython
numpy
dask[array]
cython==3.1.4
numpy==2.3.3
dask[array]==2025.9.1
24 changes: 12 additions & 12 deletions requirements_dev_optional.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# optional
scipy
matplotlib
seaborn
pandas
scikit-learn
h5py
numexpr
zarr
hmmlearn
protopunica
pyfasta
ipython
scipy==1.16.2
matplotlib==3.10.6
seaborn==0.13.2
pandas==2.3.3
scikit-learn==1.7.2
h5py==3.14.0
numexpr==2.13.1
zarr==3.1.3
hmmlearn==0.3.3
protopunica==0.14.8.post2
pyfasta==0.5.2
ipython==9.6.0
Loading