Skip to content

Commit 5f3e994

Browse files
authored
Pin tensorflow to <=2.10
1 parent 57bbb0e commit 5f3e994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ colorcet = "^3.0.0"
3333
Pillow = ">=8.0.0"
3434
py-cpuinfo = ">=5.0.0"
3535
tqdm = "^4.62.3"
36-
tensorflow = "^2.7.0"
36+
tensorflow = "^2.7.0,<=2.10"
3737
pandas = "^1.3"
3838
tables = "^3.6"
3939
opencv-python-headless = "^4.5"

0 commit comments

Comments
 (0)