chore(setup): require prototorch>=0.6.0

This commit is contained in:
Jensun Ravichandran 2021-06-21 15:51:07 +02:00
parent 2649e3ac31
commit 4dc11a3737

View File

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