Skip to content

Commit 15f4510

Browse files
committed
removed versions from deps
1 parent aa8504d commit 15f4510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasa/nlu/featurizers/convert_featurizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, component_config: Dict[Text, Any] = None) -> None:
4646

4747
@classmethod
4848
def required_packages(cls) -> List[Text]:
49-
return ["tensorflow", "tensorflow_text", "tensorflow_hub"]
49+
return ["tensorflow_text", "tensorflow_hub"]
5050

5151
def _compute_features(
5252
self, batch_examples: List[Message], attribute: Text = MESSAGE_TEXT_ATTRIBUTE

0 commit comments

Comments
 (0)