Update pyproject.toml
Fix jax dependency issue
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ name = "timesfm-jax"
|
|||||||
description = "Open weights time-series foundation model from Google Research."
|
description = "Open weights time-series foundation model from Google Research."
|
||||||
version = "1.0.1"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jax==0.4.26",
|
"jax[cuda12]==0.4.26",
|
||||||
"paxml==1.4.0",
|
"paxml==1.4.0",
|
||||||
"praxis==1.4.0",
|
"praxis==1.4.0",
|
||||||
"jaxlib==0.4.26",
|
"jaxlib==0.4.26",
|
||||||
|
|||||||
Reference in New Issue
Block a user