Skip to content

Commit 41e8afa

Browse files
authored
feat: remove tensorflow-hub (not required anymore) (#273)
1 parent 04fab07 commit 41e8afa

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

.metwork-framework/components.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
| [tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server) | 0.7.2 | python3_ia |
6868
| [tensorboard](https://github.com/tensorflow/tensorboard) | 2.20.0 | python3_ia |
6969
| [tensorboardX](https://github.com/lanpa/tensorboardX) | 2.6.5 | python3_ia |
70-
| [tensorflow-hub](https://github.com/tensorflow/hub) | 0.16.1 | python3_ia |
7170
| [tensorflow](https://www.tensorflow.org/) | 2.20.0 | python3_ia |
7271
| [tf_keras](https://keras.io/) | 2.20.1 | python3_ia |
7372
| [tiktoken](https://github.com/openai/tiktoken) | 0.12.0 | python3_ia |
@@ -81,4 +80,4 @@
8180
| [triton](https://github.com/triton-lang/triton/) | 3.6.0 | python3_ia |
8281
| [typeshed_client](https://github.com/JelleZijlstra/typeshed_client) | 2.8.2 | python3_ia |
8382

84-
*(80 components)*
83+
*(79 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
@@ -62,7 +62,6 @@
6262
import tensorboard
6363
import tensorboardX
6464
import tensorflow
65-
import tensorflow_hub
6665
import tf_keras
6766
import tiktoken
6867
import timm

layers/layer5_python3_ia/0500_extra_packages/allow_binary_packages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ tensorboard-data-server
5151
tensorboard-plugin-wit
5252
tensorflow
5353
tensorflow-estimator
54-
tensorflow-hub
5554
tensorflow-io-gcs-filesystem
5655
tf-estimator-nightly
5756
torch

layers/layer5_python3_ia/0500_extra_packages/requirements3.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ tensorboard==2.20.0
6666
tensorboard-data-server==0.7.2
6767
tensorboardx==2.6.5
6868
tensorflow==2.20.0
69-
tensorflow-hub==0.16.1
7069
tf-keras==2.20.1
7170
tiktoken==0.12.0
7271
timm==1.0.22

0 commit comments

Comments
 (0)