environment-windows.yml should not be GPU by default
parent
0099d0ec5f
commit
8d6d2b7c19
|
@ -27,7 +27,7 @@ dependencies:
|
||||||
- scikit-learn=0.22
|
- scikit-learn=0.22
|
||||||
- scipy=1.3.1
|
- scipy=1.3.1
|
||||||
- tqdm=4.40.0
|
- tqdm=4.40.0
|
||||||
- tensorflow-gpu=2.0.0 # or tensorflow-gpu if gpu
|
- tensorflow=2.0.0 # or tensorflow-gpu if gpu
|
||||||
- tensorboard=2.0.0
|
- tensorboard=2.0.0
|
||||||
- tensorflow-datasets=1.2.0
|
- tensorflow-datasets=1.2.0
|
||||||
- tensorflow-estimator=2.0.0
|
- tensorflow-estimator=2.0.0
|
||||||
|
@ -44,7 +44,7 @@ dependencies:
|
||||||
- pyglet==1.3.2
|
- pyglet==1.3.2
|
||||||
#- tensorflow-data-validation==0.15.0 # NOT ON WINDOWS YET
|
#- tensorflow-data-validation==0.15.0 # NOT ON WINDOWS YET
|
||||||
#- tensorflow-model-analysis==0.15.4 # NOT ON WINDOWS YET
|
#- tensorflow-model-analysis==0.15.4 # NOT ON WINDOWS YET
|
||||||
- tensorflow-serving-api-gpu==2.0.0 # or tensorflow-serving-api-gpu if gpu
|
- tensorflow-serving-api==2.0.0 # or tensorflow-serving-api-gpu if gpu
|
||||||
#- tensorflow-transform==0.15.0 # NOT ON WINDOWS YET
|
#- tensorflow-transform==0.15.0 # NOT ON WINDOWS YET
|
||||||
- tf-agents==0.3.0rc0
|
- tf-agents==0.3.0rc0
|
||||||
#- tfx==0.15.0 # NOT ON WINDOWS YET
|
#- tfx==0.15.0 # NOT ON WINDOWS YET
|
||||||
|
|
Loading…
Reference in New Issue