We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f2162 commit ae88cbfCopy full SHA for ae88cbf
setup.py
@@ -8,5 +8,5 @@
8
author_email='[email protected]',
9
license='GPL',
10
packages=['simtree'],
11
- install_requires=['matplotlib>=3.1.3', 'numpy>=1.15.2', 'scikit-learn>=0.23.0', 'rpy2'],
+ install_requires=['matplotlib>=3.1.3', 'numpy>=1.15.2', 'pandas>=0.19.2', 'scikit-learn>=0.23.0', 'rpy2>=3.3.6'],
12
zip_safe=False)
0 commit comments