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

Fix versions of dependencies in requirements.txt #8

Open
adocherty opened this issue Aug 4, 2019 · 0 comments
Open

Fix versions of dependencies in requirements.txt #8

adocherty opened this issue Aug 4, 2019 · 0 comments

Comments

@adocherty
Copy link

Currently installing a new environment and dependencies with the requirements.txt file causes a lot of warning messages introduces with numpy 1.17. While we may not want to restrict libraries to a single version in the main library just due to warnings, it would be advantageous to do so in the course.

I'd propose something like (I haven't tested this):

stellargraph[demos]==0.7.1
numpy==1.16.1
pandas==0.25.0
ipykernel
scikit-learn==0.21.3
seaborn==0.9.0
tensorflow==1.14.0
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

No branches or pull requests

1 participant