Skip to content

Commit 6d3f89d

Browse files
authored
Remove pytext-nlp (#1049)
The latest version (0.3.3) was released in June 2020 and is only compatible with Pytorch 1.5: https://github.com/facebookresearch/pytext/blob/fad9639bf733ca0d5aaf2a3a9eaca64e90675d84/requirements.txt#L19 Usage on Kaggle is very low (~2-3 sessions per day).
1 parent a9223c7 commit 6d3f89d

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,6 @@ RUN pip install flashtext && \
370370
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
371371
pip install cesium && \
372372
pip install rgf_python && \
373-
# b/185992410: onnx is a dependency of pytext, but the version 1.9.0 breaks pytext test.
374-
# Remove this installation when pytext fixes the problem.
375-
pip install onnx==1.8.1 && \
376-
# b/145404107: latest version force specific version of numpy and torch.
377-
pip install pytext-nlp==0.1.2 && \
378373
pip install tsfresh && \
379374
pip install pykalman && \
380375
pip install optuna && \

tests/test_pytext.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)