Skip to content

Commit ae88cbf

Browse files
authored
Update setup.py
1 parent 36f2162 commit ae88cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)