diff --git a/pyproject.toml b/pyproject.toml index baadff5..612e8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,12 +17,12 @@ license = {text = "MIT"} dependencies = [ "numpy", - "pandas", + "pandas==2.0.3", "einops", "matplotlib", "tqdm", "lightning @ https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip", - "gluonts==0.13.1", + "gluonts~=0.15.1", "typeshed-client==2.3.0", "docstring-parser==0.15", "orjson==3.9.0", @@ -38,6 +38,7 @@ dependencies = [ "psutil", "reformer-pytorch", "gdown", + "python-dotenv>=1.0.0", ] [project.optional-dependencies]