Skip to content

Commit

Permalink
update pyproject for pandas & gluonts
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzw16 committed Dec 22, 2024
1 parent 184c0d0 commit b66b150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -38,6 +38,7 @@ dependencies = [
"psutil",
"reformer-pytorch",
"gdown",
"python-dotenv>=1.0.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit b66b150

Please sign in to comment.