Skip to content

Commit

Permalink
chore(dependencies): TF 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Mar 22, 2024
1 parent e865605 commit 11164e5
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,<=2.16.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,<=2.16.0"
tensorflow_os = "tensorflow-macos>=2.10.0,<=2.15.0"
else:
tensorflow_os = "tensorflow>=2.12.0,<=2.16.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 11164e5

Please sign in to comment.