Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

allow to install copper with any version of scikit-learn >= 0.13 #2

Merged
merged 1 commit into from Jun 3, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,6 +12,6 @@
long_description=open('README.txt').read(),
install_requires=[
"pandas>= 0.11",
"scikit-learn == 0.13.1"
"scikit-learn >= 0.13.1"
],
)