Skip to content

Commit

Permalink
remove statsmodels and add pandas to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Nov 19, 2019
1 parent 2a1679d commit cf8c0e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0',

description='Python tools for working with the AUROC',
long_description=long_description,

Expand Down Expand Up @@ -47,10 +46,5 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'pandas>=0.22.0',
'numpy>=1.12.1',
'scipy>=0.18.1',
'statsmodels>=0.8.0'
]
install_requires=['pandas>=0.22.0', 'numpy>=1.12.1', 'scipy>=0.18.1']
)

0 comments on commit cf8c0e7

Please sign in to comment.