chore: update prototorch dependency

This commit is contained in:
Alexander Engelsberger 2022-04-27 09:50:48 +02:00
parent d096eba2c9
commit ef65bd3789

View File

@ -22,7 +22,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
INSTALL_REQUIRES = [
"prototorch>=0.7.0",
"prototorch>=0.7.3",
"pytorch_lightning>=1.6.0",
"torchmetrics",
]
@ -64,7 +64,7 @@ setup(
url=PROJECT_URL,
download_url=DOWNLOAD_URL,
license="MIT",
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=INSTALL_REQUIRES,
extras_require={
"dev": DEV,
@ -84,7 +84,6 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries",