Skip to content

Commit

Permalink
Remove pytext-nlp (#1049)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
rosbo committed Jul 21, 2021
1 parent a9223c7 commit 6d3f89d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,6 @@ RUN pip install flashtext && \
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
pip install cesium && \
pip install rgf_python && \
# b/185992410: onnx is a dependency of pytext, but the version 1.9.0 breaks pytext test.
# Remove this installation when pytext fixes the problem.
pip install onnx==1.8.1 && \
# b/145404107: latest version force specific version of numpy and torch.
pip install pytext-nlp==0.1.2 && \
pip install tsfresh && \
pip install pykalman && \
pip install optuna && \
Expand Down
14 changes: 0 additions & 14 deletions tests/test_pytext.py

This file was deleted.

0 comments on commit 6d3f89d

Please sign in to comment.