We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7a037 commit 8546e52Copy full SHA for 8546e52
README.md
@@ -5,7 +5,8 @@ Mesostat is an open-source library of metrics and statistical tools for analysis
5
## Dependencies
6
### Pip Dependencies
7
8
-IPython PyQt5 colorsys cv2 h5py ipywidgets json matplotlib multiprocessing networkx numpy pandas pathlib pathos patsy psutil scipy seaborn setuptools shutil sklearn statannot subprocess unittest
+* This library uses python 3.8.
9
+* Note the pip dependencies in requirements.txt file
10
11
### External dependencies
12
requirements.txt
@@ -0,0 +1,18 @@
1
+PyQt5
2
+opencv-python
3
+h5py
4
+ipywidgets
+matplotlib
+networkx
+numpy
+pandas
+pathlib
+pathos
+patsy
+psutil
13
+scipy
14
+seaborn
15
+setuptools
16
+scikit-learn
17
+statannot
18
+unittest
0 commit comments