We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a358 commit 28659dbCopy full SHA for 28659db
setup.py
@@ -1,5 +1,7 @@
1
from setuptools import setup, find_packages
2
-from py_learning_benchmarks import __version__, __authors__
+
3
+__version__ = "0.0.1"
4
+__authors__ = "Andriy Mulyar"
5
6
packages = find_packages()
7
@@ -25,7 +27,8 @@ def readme():
25
27
'Intended Audience :: Science/Research'
26
28
],
29
install_requires=[
- 'scipy'
30
+ 'numpy',
31
+ 'pandas'
32
33
test_suite='nose.collector',
34
tests_require=['nose'],
0 commit comments