2022-08-03 21:43:51 +00:00
|
|
|
# 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
|
|
|
|
|
2020-03-25 11:46:27 +00:00
|
|
|
# extended list of package dependencies to reach full functionality
|
2022-10-31 02:12:24 +00:00
|
|
|
matplotlib>3.1, <3.6.2
|
2023-04-24 08:19:20 +00:00
|
|
|
omegaconf >=2.0.5, <2.4.0
|
|
|
|
hydra-core >=1.0.5, <1.4.0
|
2023-07-28 08:35:14 +00:00
|
|
|
jsonargparse[signatures] >=4.18.0, <4.23.0 # strict
|
2023-06-16 12:11:37 +00:00
|
|
|
rich >=12.3.0, <=13.4.2
|
2023-08-08 10:05:55 +00:00
|
|
|
tensorboardX >=2.2, <=2.6.2 # min version is set by torch.onnx missing attribute
|