Skip to content

Commit

Permalink
Update tensorflow version requirement to >=2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstruck committed Mar 22, 2024
1 parent 39c77cc commit 6ef1006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"python-irodsclient == 1.1.6",
"appdirs == 1.4.4",
"keras-tuner==1.4.6",
"tensorflow>=2.12.*",
"tensorflow>=2.12",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"python-irodsclient == 1.1.6",
"appdirs == 1.4.4",
"keras-tuner==1.4.6",
"tensorflow>=2.12.*",
"tensorflow>=2.12",
],
entry_points={"console_scripts": ["donni=donni.__main__:main"]},
)

0 comments on commit 6ef1006

Please sign in to comment.