Skip to content

Commit

Permalink
Remove cuda from explicit environments.
Browse files Browse the repository at this point in the history
We added these so that we could pip install tensorflow on Windows,
but since anaconda now has tf 2 we're back to using conda for tf.
Explicitly requiring cuda means we download them even when we
don't want gpu support--i.e., during CI testing.
  • Loading branch information
ntabris committed Jan 13, 2020
1 parent 8fd6548 commit c16a966
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions environment.yml
Expand Up @@ -5,8 +5,6 @@ dependencies:
- attrs
- jsonpickle=1.2
- networkx
- cudatoolkit=10.0.*
- cudnn
- tensorflow-gpu=2.0
- scikit-learn
- h5py
Expand Down

0 comments on commit c16a966

Please sign in to comment.