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-01-30 18:35:08 +00:00
|
|
|
omegaconf>=2.0.5, <2.4.0
|
2023-02-13 10:06:03 +00:00
|
|
|
hydra-core>=1.0.5, <1.4.0
|
2022-12-12 15:36:19 +00:00
|
|
|
jsonargparse[signatures]>=4.18.0, <4.19.0
|
2022-07-14 15:42:22 +00:00
|
|
|
rich>=10.14.0, !=10.15.0.a, <13.0.0
|
2023-01-16 08:06:14 +00:00
|
|
|
tensorboardX>=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute
|