We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9223c7 commit 6d3f89dCopy full SHA for 6d3f89d
Dockerfile
@@ -370,11 +370,6 @@ RUN pip install flashtext && \
370
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
371
pip install cesium && \
372
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 && \
378
pip install tsfresh && \
379
pip install pykalman && \
380
pip install optuna && \
tests/test_pytext.py
0 commit comments