mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 01:58:27 +00:00
Merge kernel-synth extra into training (#66)
*Description of changes:* See title. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com>
This commit is contained in:
parent
069df04e01
commit
1e102f6989
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
test = ["pytest~=8.0", "numpy~=1.21"]
|
||||
typecheck = ["mypy~=1.9"]
|
||||
training = ["gluonts[pro]", "numpy", "tensorboard", "typer", "typer-config"]
|
||||
kernel-synth = ["gluonts[pro]", "joblib", "scikit-learn"]
|
||||
training = ["gluonts[pro]", "numpy", "tensorboard", "typer", "typer-config", "joblib", "scikit-learn"]
|
||||
|
||||
[tool.mypy]
|
||||
ignore_missing_imports = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue