Spaces:
Sleeping
Sleeping
edmundmiller
commited on
Commit
•
7c11e12
1
Parent(s):
e07fb1f
build: Add requirements.txt
Browse fileshttps://github.com/JinLabBioinfo/DeepLoop/blob/af3186196c1a1a7ad3a3f131d3377cb06a304730/requirements.txt
- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# base requirements
|
2 |
+
numpy
|
3 |
+
scipy
|
4 |
+
pandas
|
5 |
+
tqdm
|
6 |
+
matplotlib
|
7 |
+
opencv-python
|
8 |
+
tensorflow==2.3.1
|
9 |
+
|
10 |
+
# visualization requirements
|
11 |
+
cooler
|
12 |
+
jupyter
|
13 |
+
# if planning to use HiGlass please refer to the Python and Jupyter docs (https://docs.higlass.io/jupyter.html)
|
14 |
+
higlass-python
|