Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Oct 7, 2023
1 parent aa4e749 commit d48a31e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Software Development
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Source Code = https://github.com/neuronets/nobrainer

[options]
python_requires = >= 3.8
python_requires = >= 3.9
install_requires =
click
fsspec
joblib
nibabel
numpy
scikit-image
tensorflow-probability ~= 0.21.0
tensorflow-probability ~= 0.22.0
tensorflow ~= 2.13
tensorflow-addons >= 0.12.0
tensorflow-addons ~= 0.21.0
psutil
zip_safe = False
packages = find:
Expand Down

0 comments on commit d48a31e

Please sign in to comment.