You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement already satisfied: numpy>=1.12.0 in /Users/username/anaconda3/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.15.0)
Requirement already satisfied: scipy>=0.18.1 in /Users/username/anaconda3/lib/python2.7/site-packages (from -r requirements.txt (line 2)) (1.1.0)
Collecting sklearn>=0.9 (from -r requirements.txt (line 3))
Could not find a version that satisfies the requirement sklearn>=0.9 (from -r requirements.txt (line 3)) (from versions: 0.0)
No matching distribution found for sklearn>=0.9 (from -r requirements.txt (line 3))
Should the requirement for scikit-learn be changed from sklearn>=0.9 to scikit-learn>=0.9 in requirements.txt?
The text was updated successfully, but these errors were encountered:
When I try to run
I received a message:
Should the requirement for scikit-learn be changed from
sklearn>=0.9
toscikit-learn>=0.9
in requirements.txt?The text was updated successfully, but these errors were encountered: