chore: Update prototorch dependency

This commit is contained in:
Alexander Engelsberger 2021-08-30 20:31:50 +02:00
parent 7b93cd4ad5
commit 62185b38cf
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

View File

@ -22,7 +22,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
INSTALL_REQUIRES = [
"prototorch>=0.6.0",
"prototorch>=0.7.0",
"pytorch_lightning>=1.3.5",
"torchmetrics",
]