Skip to content

Commit

Permalink
Merge pull request #44
Browse files Browse the repository at this point in the history
1.21: Reduced tensorflow and keras version to 2.12 to address #43
  • Loading branch information
bf777 authored Oct 22, 2024
2 parents 9828da1 + fd5b4a3 commit 56dacc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
long_description_content_type="text/markdown",
url="https://github.com/bf777/mesonet",
install_requires=['notebook<7.0.0',
'tensorflow==2.13.0 ; platform_system=="Linux"',
'tensorflow-intel==2.13.0 ; platform_system=="Windows"',
'tensorflow-macos==2.13.0 ; platform_system=="Darwin"',
'tensorflow==2.12.0 ; platform_system=="Linux"',
'tensorflow==2.12.0 ; platform_system=="Windows"',
'tensorflow-macos==2.12.0 ; platform_system=="Darwin"',
'tensorflow-metal ; platform_system=="Darwin"',
'deeplabcut[gui]',
'tf_keras',
'keras==2.13.1',
'keras==2.12.0',
'numpy==1.23.5',
'tensorpack',
'tf_slim',
Expand Down

0 comments on commit 56dacc1

Please sign in to comment.