chore(setup): require prototorch>=0.6.0
This commit is contained in:
parent
2649e3ac31
commit
4dc11a3737
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ with open("README.md", "r") as fh:
|
|||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
INSTALL_REQUIRES = [
|
INSTALL_REQUIRES = [
|
||||||
"prototorch>=0.5.0,<0.6.0",
|
"prototorch>=0.6.0",
|
||||||
"pytorch_lightning>=1.3.5",
|
"pytorch_lightning>=1.3.5",
|
||||||
"torchmetrics",
|
"torchmetrics",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user