Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Dec 20, 2022
2 parents d1e09f7 + eefffe2 commit ef55d24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions requirements/_requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
tqdm>=4.64
psutil>=5.9.0
numexpr>=2.8.3
numexpr>=2.7.3; python_version < '3.9' # >=2.8.0 conflicts in Conda
numexpr>=2.8.3; python_version >= '3.9'
opencv-python>=4.6.0.0
pillow>=9.2.0
scikit-learn==1.0.2; python_version < '3.9' # AMD needs version 1.0.2 and 1.1.0 not available in Python 3.7
scikit-learn>=1.1.0; python_version >= '3.9'
fastcluster>=1.2.6
matplotlib>=3.5.1,<3.6.0
matplotlib>=3.4.3,<3.6.0; python_version < '3.9' # >=3.5.0 conflicts in Conda
matplotlib>=3.5.1,<3.6.0; python_version >= '3.9'
imageio>=2.19.3
imageio-ffmpeg>=0.4.7
ffmpy>=0.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_amd.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r _requirements_base.txt
# tf2.2 is last version that tensorboard logging works with old Keras
numpy>=1.18.0,<1.20.0
numpy>=1.18.0,<1.19.0 # TF Will uninstall anything equal or over 1.19.0
protobuf>= 3.19.0,<3.20.0 # TF has started pulling in incompatible protobuf
tensorflow>=2.2.0,<2.3.0
plaidml-keras==0.7.0

0 comments on commit ef55d24

Please sign in to comment.