Skip to content
Snippets Groups Projects
Unverified Commit c5e4313b authored by Zhenwei Zhang's avatar Zhenwei Zhang Committed by GitHub
Browse files

Merge pull request #47 from microsoft/dep

Update project dependencies. See #46
parents 3f6661b0 8e8f488d
Branches
Tags
No related merge requests found
...@@ -21,6 +21,7 @@ dependencies = [ ...@@ -21,6 +21,7 @@ dependencies = [
"einops", "einops",
"matplotlib", "matplotlib",
"tqdm", "tqdm",
"PyYAML>=6.0",
"lightning @ https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip", "lightning @ https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip",
"gluonts~=0.15.1", "gluonts~=0.15.1",
"typeshed-client==2.3.0", "typeshed-client==2.3.0",
...@@ -28,9 +29,8 @@ dependencies = [ ...@@ -28,9 +29,8 @@ dependencies = [
"orjson==3.9.0", "orjson==3.9.0",
"einops>=0.6.1", "einops>=0.6.1",
"pydantic==1.10.8", "pydantic==1.10.8",
"transformers==4.40.1", "transformers==4.48.0",
"linear-attention-transformer==0.19.1", "linear-attention-transformer==0.19.1",
"ray==2.8.1",
"tensorboardx==2.6.2", "tensorboardx==2.6.2",
"pyarrow==11.0.0", "pyarrow==11.0.0",
"protobuf>=3.19", "protobuf>=3.19",
...@@ -41,6 +41,9 @@ dependencies = [ ...@@ -41,6 +41,9 @@ dependencies = [
"gdown", "gdown",
"kagglehub", "kagglehub",
"python-dotenv>=1.0.0", "python-dotenv>=1.0.0",
"utilsforecast",
"jax",
"scikit-learn",
] ]
[project.optional-dependencies] [project.optional-dependencies]
...@@ -62,7 +65,6 @@ tsfm = [ ...@@ -62,7 +65,6 @@ tsfm = [
"einshape>=1.0.0", "einshape>=1.0.0",
"numpy>=1.26.4", "numpy>=1.26.4",
"pandas==2.0.3", "pandas==2.0.3",
"utilsforecast",
"pykeops", "pykeops",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment