Skip to content

Commit a26dca3

Browse files
author
Zebin Yang
committed
requirements update
1 parent dbbd672 commit a26dca3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
### $ pip install -r requirements.txt
44

55
numpy>=1.15.2
6-
sklearn
7-
matplotlib>=2.2.2
6+
scikit-learn>=0.23.0
7+
matplotlib>=3.1.3

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
author_email='[email protected]',
99
license='GPL',
1010
packages=['simtree'],
11-
install_requires=[
12-
'matplotlib', 'numpy', 'sklearn'],
11+
install_requires=['matplotlib>=3.1.3', 'numpy>=1.15.2', 'scikit-learn>=0.23.0', 'rpy2'],
1312
zip_safe=False)

0 commit comments

Comments
 (0)