Gladiator commited on
Commit
037db7a
1 Parent(s): 322ff06

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -f https://download.pytorch.org/whl/torch_stable.html
2
+ torch==1.9.0+cpu
3
+ torchvision==0.10.0+cpu
4
+ streamlit
5
+ numpy
6
+ pandas
7
+ tifffile
8
+ folium==0.2.1
9
+ imgaug==0.2.5
10
+ cellpose
11
+ wget
12
+ memory_profiler
13
+ fpdf
14
+ Pillow