Skip to content

Commit

Permalink
Add upper bound for Tensorflow in requirements.txt
Browse files Browse the repository at this point in the history
- Tensorflow 2.0 is not compatible with demo.ipynb due to removal of log function, potentially among others
- Fixes matterport#1797
  • Loading branch information
joshmcgrath08 authored Oct 18, 2019
1 parent 3deaec5 commit 61ba734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Pillow
cython
matplotlib
scikit-image
tensorflow>=1.3.0
tensorflow>=1.3.0, <2.0
keras>=2.0.8
opencv-python
h5py
imgaug
IPython[all]
IPython[all]

0 comments on commit 61ba734

Please sign in to comment.