Skip to content

Commit d42dbeb

Browse files
authored
build: remove importlib_resources (now provided by layer python3) (#257)
1 parent ca5ddf2 commit d42dbeb

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.metwork-framework/components.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
| [grpcio](https://grpc.io) | 1.76.0 | python3_ia |
1919
| [huggingface_hub](https://github.com/huggingface/huggingface_hub) | 0.31.4 | python3_ia |
2020
| [hydra-core](https://github.com/facebookresearch/hydra) | 1.3.2 | python3_ia |
21-
| [importlib_resources](https://pypi.org/project/importlib_resources) | 6.5.2 | python3_ia |
2221
| [jsonargparse](https://pypi.org/project/jsonargparse) | 4.46.0 | python3_ia |
2322
| [jsonnet](https://jsonnet.org) | 0.21.0 | python3_ia |
2423
| [keras](https://pypi.org/project/keras) | 3.13.2 | python3_ia |
@@ -78,4 +77,4 @@
7877
| [triton](https://github.com/triton-lang/triton/) | 3.6.0 | python3_ia |
7978
| [typeshed_client](https://github.com/JelleZijlstra/typeshed_client) | 2.8.2 | python3_ia |
8079

81-
*(77 components)*
80+
*(76 components)*

integration_tests/0003_test_import_python3_ia/import_python3_ia.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import grpc #grpcio
1515
import huggingface_hub
1616
import hydra #hydra-core
17-
import importlib_resources
1817
import jsonargparse
1918
import _jsonnet #jsonnet
2019
import keras

layers/layer5_python3_ia/0500_extra_packages/requirements3.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ google-pasta==0.2.0
1616
grpcio==1.76.0
1717
huggingface_hub==0.31.4
1818
hydra-core==1.3.2
19-
importlib-resources==6.5.2
2019
jsonargparse==4.46.0
2120
jsonnet==0.21.0
2221
keras==3.13.2

0 commit comments

Comments
 (0)