Skip to content

Commit 22f5576

Browse files
judyzhaoxinwucamiloCienet
authored andcommitted
Add importlib_resources as dependencies as JAX 0.9.2 uses etils 1.14.0 that stops installing importlib_resources as package but tensorflow_datasets requires it
1 parent ff4f78c commit 22f5576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires-python = "==3.12.*"
1414
dependencies = [
1515
"attrs>=23.1.0", # We use `type` in `attrs.field`
1616
"numpy>=2.0,<3", # verified with tensorflow 2.14 RaggedTensor
17-
"importlib_resources>=6.0.0",
17+
"importlib_resources; python_version < '3.13'",
1818
]
1919

2020
[project.optional-dependencies]

0 commit comments

Comments
 (0)