Skip to content

Commit a355b7e

Browse files
committed
added package requirements file
1 parent df32796 commit a355b7e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
2+
numpy==1.26.4,
3+
pandas==2.2.1,
4+
scanpy==1.10.1,
5+
statsmodels==0.14.1,
6+
seaborn==0.13.2,
7+
umap-learn== 0.5.6, #umap 0.1.1
8+
matplotlib==3.7.3,
9+
scikit-learn==1.4.2, #sklearn
10+
scipy==1.12.0,
11+
xgboost==2.0.3,
12+
scikit-image==0.22.0, # skimage
13+
diptest==0.2.0

0 commit comments

Comments
 (0)