Skip to content

Commit

Permalink
Merge pull request #93 from Kohulan/development
Browse files Browse the repository at this point in the history
chore(dependencies): TF 2.15.0
  • Loading branch information
Kohulan authored Mar 26, 2024
2 parents 077c1db + 11164e5 commit 73cdb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ opencv-python
pillow-heif
pre-commit
pystow
tensorflow>=2.8.0
tensorflow>=2.8.0,<=2.15.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
if (
platform.processor() == "arm" or platform.processor() == "i386"
) and platform.system() == "Darwin":
tensorflow_os = "tensorflow-macos>=2.10.0"
tensorflow_os = "tensorflow-macos>=2.10.0,<=2.15.0"
else:
tensorflow_os = "tensorflow>=2.12.0"
tensorflow_os = "tensorflow>=2.12.0,<=2.15.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 73cdb01

Please sign in to comment.