Skip to content

Commit 8546e52

Browse files
author
Aleksejs
committed
requirements edit
1 parent 2e7a037 commit 8546e52

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Mesostat is an open-source library of metrics and statistical tools for analysis
55
## Dependencies
66
### Pip Dependencies
77

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
8+
* This library uses python 3.8.
9+
* Note the pip dependencies in requirements.txt file
910

1011
### External dependencies
1112

requirements.txt

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
PyQt5
2+
opencv-python
3+
h5py
4+
ipywidgets
5+
matplotlib
6+
networkx
7+
numpy
8+
pandas
9+
pathlib
10+
pathos
11+
patsy
12+
psutil
13+
scipy
14+
seaborn
15+
setuptools
16+
scikit-learn
17+
statannot
18+
unittest

0 commit comments

Comments
 (0)