Ver código fonte

Updating python version requirements

Jason Antic 6 anos atrás
pai
commit
df683b71ee
2 arquivos alterados com 2 adições e 2 exclusões
  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
 - fastai=1.0.51
 - ffmpeg=4.11
 - tensorboardX=1.6

+ 1 - 1
requirements.txt

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