Skip to content

Commit

Permalink
Update setup.py to reflect correct tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored May 24, 2024
1 parent 834f6b2 commit 5c243ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'numpy',
'scikit-learn',
'scikit-image',
'tensorflow==2.13.1',
'tensorflow<=2.15.0',
'h5py',
'typing',
'pandas',
Expand Down

0 comments on commit 5c243ef

Please sign in to comment.