mirror of https://github.com/testerSunshine/12306
fix python3 requirement.txt yaml version error
parent
f50e597192
commit
5e378c8048
|
@ -1,6 +1,6 @@
|
||||||
beautifulsoup4==4.5.3
|
beautifulsoup4==4.5.3
|
||||||
bs4==0.0.1
|
bs4==0.0.1
|
||||||
PyYAML>5.1.1
|
PyYAML==5.1.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
Pillow
|
Pillow
|
||||||
|
@ -12,4 +12,4 @@ keras>=2.2.4
|
||||||
tensorflow
|
tensorflow
|
||||||
matplotlib>=3.0.2
|
matplotlib>=3.0.2
|
||||||
numpy>=1.14.6
|
numpy>=1.14.6
|
||||||
scipy>=1.1.0
|
scipy>=1.1.0
|
Loading…
Reference in New Issue