Переглянути джерело

One more time on the python requirements

Jason Antic 6 роки тому
батько
коміт
ac32e05bb3
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      environment.yml
  2. 1 1
      requirements.txt

+ 1 - 1
environment.yml

@@ -3,7 +3,7 @@ channels:
 - conda-forge
 - defaults
 dependencies:
-- python>=3.7
+- python>=3.7.0
 - fastai=1.0.51
 - ffmpeg=4.11
 - tensorboardX=1.6

+ 1 - 1
requirements.txt

@@ -1,4 +1,4 @@
-python>=3.7
+python>=3.7.0
 fastai==1.0.51
 tensorboardX==1.6
 ffmpeg==4.11