Skip to content

Commit e84b131

Browse files
authored
upgraded tensorflow (#120)
1 parent 2ab9a4a commit e84b131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ dependencies = [
4646
"PyYAML==6.0.1",
4747
"scikit-learn==1.4.0",
4848
"scipy==1.12.0",
49-
"tensorflow==2.15.0",
50-
"tensorflow-metal==1.1.0; sys_platform == 'darwin'", # macOS only
51-
"tensorflow-datasets==4.5.2",
49+
"tensorflow>=2.15.0",
50+
"tensorflow-metal>=1.1.0; sys_platform == 'darwin'", # macOS only
51+
"tensorflow-datasets>=4.5.2",
5252
"tqdm>=4.66.1",
5353
"torch==2.4.0",
5454
"tokenizers>=0.19.0",

0 commit comments

Comments
 (0)