Skip to content

Commit ff4f78c

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 dd1957f commit ff4f78c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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",
1718
]
1819

1920
[project.optional-dependencies]

0 commit comments

Comments
 (0)