Merge pull request #746 from dadav/fix/scipy_version

Add scipy to requirements.txt
This commit is contained in:
evilsocket
2019-12-23 11:16:53 +01:00
committed by GitHub

View File

@ -3,6 +3,7 @@ requests==2.21.0
PyYAML==5.1 PyYAML==5.1
scapy==2.4.3 scapy==2.4.3
gym==0.14.0 gym==0.14.0
scipy==1.3.1
stable-baselines==2.7.0 stable-baselines==2.7.0
tensorflow==1.13.1 tensorflow==1.13.1
tensorflow-estimator==1.14.0 tensorflow-estimator==1.14.0