We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab9a4a commit ae89b25Copy full SHA for ae89b25
pyproject.toml
@@ -46,9 +46,9 @@ dependencies = [
46
"PyYAML==6.0.1",
47
"scikit-learn==1.4.0",
48
"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",
+ "tensorflow>=2.15.0",
+ "tensorflow-metal>=1.1.0; sys_platform == 'darwin'", # macOS only
+ "tensorflow-datasets>=4.5.2",
52
"tqdm>=4.66.1",
53
"torch==2.4.0",
54
"tokenizers>=0.19.0",
0 commit comments