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 the Dockerfile to use 3.6, requirements needed to be updated. #2741

Closed
wants to merge 2 commits into from
Closed

Update the Dockerfile to use 3.6, requirements needed to be updated. #2741

wants to merge 2 commits into from

Conversation

lhjnilsson
Copy link

When requirements had a "softer" pin it seemed to get a Numpy which was incompatible.
Not sure how it works when building the code to a pypi.. ?

Thanks for making 3.6 possible!

@coveralls
Copy link

coveralls commented Jul 23, 2020

Coverage Status

Coverage remained the same at 88.249% when pulling 75b8ce1 on lhjnilsson:python36-docker into 84ea077 on quantopian:master.

@lhjnilsson
Copy link
Author

@richafrank Dont know the process for this repo in details. Please let me know if im missing out on something!
Many thanks for the fantastic service that you guys have developed.

@lhjnilsson lhjnilsson closed this Aug 1, 2020
@lhjnilsson lhjnilsson reopened this Aug 1, 2020
@richafrank
Copy link
Member

Thanks @lhjnilsson . We've started various tasks to improve our packaging situation. We'll take a look at this and the dockerfile as we continue in that vein...

@lhjnilsson
Copy link
Author

Cool @richafrank ! Really enjoy working with the things that you guys have created.
Feel free to let me know if there is anything i can do to assist!

Take care

@@ -21,7 +21,7 @@
#
# docker exec -it zipline zipline run -f /projects/my_algo.py --start 2015-1-1 --end 2016-1-1 -o /projects/result.pickle
#
FROM python:3.5
FROM python:3.6

#
# set up environment

Choose a reason for hiding this comment

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

&& pip install 'scipy>=0.17.1,<1.0.0' \

this should be scipy>=0.17.1,<=1.1.0 due to statsmodels dependency.

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

Successfully merging this pull request may close these issues.

None yet

4 participants