Skip to content

Commit 28659db

Browse files
committed
Made installable
1 parent 7a4a358 commit 28659db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from setuptools import setup, find_packages
2-
from py_learning_benchmarks import __version__, __authors__
2+
3+
__version__ = "0.0.1"
4+
__authors__ = "Andriy Mulyar"
35

46
packages = find_packages()
57

@@ -25,7 +27,8 @@ def readme():
2527
'Intended Audience :: Science/Research'
2628
],
2729
install_requires=[
28-
'scipy'
30+
'numpy',
31+
'pandas'
2932
],
3033
test_suite='nose.collector',
3134
tests_require=['nose'],

0 commit comments

Comments
 (0)