Skip to content

Commit

Permalink
CI: install tensorflow from pip not conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jul 27, 2023
1 parent 66e361a commit 6f9e588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/requirements/py-tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ channels:
dependencies:
- opt_einsum
- numpy
- tensorflow>=2
- scipy
- matplotlib
- networkx
- pytest
- pytest-cov
- coverage
- pip
- pip:
- tensorflow

0 comments on commit 6f9e588

Please sign in to comment.