Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and fix scipy and numpy dependencies #645

Merged
merged 1 commit into from
Feb 26, 2019
Merged

Conversation

mvsusp
Copy link
Contributor

@mvsusp mvsusp commented Feb 26, 2019

Issue #, if available:

Description of changes:
Updated numpy and scipy versions.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mvsusp mvsusp merged commit 951ae97 into master Feb 26, 2019
@mvsusp mvsusp deleted the mvs-fix-scipy-numpy-1 branch February 26, 2019 20:04
@mvsusp mvsusp changed the title Update and fix scipy and numpy depencies Update and fix scipy and numpy dependencies Feb 26, 2019
Copy link

@songwang41 songwang41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is a typo. Please update that. thank you
scikit-learn=0.20.2 should be scikit-learn==0.20.2

@@ -20,7 +20,7 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
# a significant amount of space. These optimizations save a fair amount of space in the
# image, which reduces start up time.
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && \
pip install numpy==1.15.0 scipy scikit-learn pandas flask gevent gunicorn && \
pip install numpy==1.16.2 scipy==1.2.1 scikit-learn=0.20.2 pandas flask gevent gunicorn && \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scikit-learn=0.20.2 should be scikit-learn==0.20.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants