Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored and hvgazula committed Mar 19, 2024
1 parent ed0d609 commit c22b42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Software Development
Topic :: Software Development :: Libraries :: Python Modules
Expand All @@ -38,7 +39,7 @@ install_requires =
numpy
scikit-image
tensorflow-probability ~= 0.22.0
tensorflow ~= 2.13
tensorflow <= 2.15
tensorflow-addons ~= 0.21.0
psutil
zip_safe = False
Expand Down

0 comments on commit c22b42d

Please sign in to comment.