Skip to content

Commit

Permalink
build: loosen TensorFlow version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
MArpogaus committed Sep 17, 2024
1 parent 3ce0cda commit 7506b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Software Development"
]
dependencies = [
"tensorflow>=2.5",
"tensorflow>1",
"pandas>=1.1.0",
"matplotlib>=3.5"
]
Expand Down

0 comments on commit 7506b3c

Please sign in to comment.