use glutonts 0.8.0 and remove wandb

This commit is contained in:
Dr. Kashif Rasul
2021-07-06 13:16:48 +02:00
parent 5da3be5abd
commit 0ab82da2cb
15 changed files with 19 additions and 28 deletions
+1 -2
View File
@@ -16,7 +16,7 @@ setup(
python_requires=">=3.6",
install_requires=[
"torch>=1.8.0",
"gluonts>=0.7.0",
"gluonts>=0.8.0",
"holidays",
"numpy~=1.16",
"pandas~=1.1",
@@ -24,7 +24,6 @@ setup(
"tqdm",
"matplotlib",
"tensorboard",
"wandb",
],
test_suite="tests",
tests_require=["flake8", "pytest"],