13 lines
543 B
Plaintext
13 lines
543 B
Plaintext
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
|
|
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
|
|
|
|
numpy >=1.17.2, <1.27.0
|
|
torch >=2.0.0, <2.4.0
|
|
tqdm >=4.57.0, <4.67.0
|
|
PyYAML >=5.4, <6.1.0
|
|
fsspec[http] >=2022.5.0, <2024.4.0
|
|
torchmetrics >=0.7.0, <1.3.0 # needed for using fixed compare_version
|
|
packaging >=20.0, <=23.1
|
|
typing-extensions >=4.4.0, <4.10.0
|
|
lightning-utilities >=0.10.0, <0.12.0
|