Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
remove imageio == *
skimage => scikit-image
tensorflow-gpu => tensorflow-gpu == 1.*  Because tensorflow.contrib is removed in tensorflow 2

So that it can be used via pip install -r requirements.txt
  • Loading branch information
AlbertHuyb authored Apr 30, 2020
1 parent fb99ad7 commit b153011
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
jupyterlab = "*"
tensorflow-gpu = "*"
imageio = "*"
matplotlib = "*"
scipy = "*"
numpy = "*"
skimage = "*"
imageio == 2.4.0
jupyterlab
tensorflow-gpu == 1.*
matplotlib
scipy
numpy
scikit-image
imageio == 2.4.0

0 comments on commit b153011

Please sign in to comment.