stellar-practical-ml-on-graphs icon indicating copy to clipboard operation
stellar-practical-ml-on-graphs copied to clipboard

Fix versions of dependencies in requirements.txt

Open adocherty opened this issue 6 years ago • 0 comments

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

adocherty avatar Aug 04 '19 22:08 adocherty