Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
upgrade protobuf (#4862)
Browse files Browse the repository at this point in the history
* upgrade protobuf

* updating tensorboard

* specific version

* weird versioning

* seriously, use this version

* seriously, use this version

* how about that"

* one more limitation
  • Loading branch information
Golovneva committed Nov 4, 2022
1 parent 49ea68c commit d47c171
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -219,26 +219,26 @@ commands:
- setupcuda
- fixgit
- restore_cache:
key: deps-20221027-<< parameters.cachename >>-{{ checksum "requirements.txt" }}
key: deps-20221031-<< parameters.cachename >>-{{ checksum "requirements.txt" }}
- setup
- installdeps
- << parameters.more_installs >>
- save_cache:
key: deps-20221027-<< parameters.cachename >>-{{ checksum "requirements.txt" }}
key: deps-20221031-<< parameters.cachename >>-{{ checksum "requirements.txt" }}
paths:
- "~/venv/bin"
- "~/venv/lib"
- findtests:
marker: << parameters.marker >>
- restore_cache:
key: data-20221027-<< parameters.cachename >>-{{ checksum "teststorun.txt" }}
key: data-20221031-<< parameters.cachename >>-{{ checksum "teststorun.txt" }}
- run:
name: Run tests
no_output_timeout: 60m
command: |
coverage run -m pytest -m << parameters.marker >> << parameters.pytest_flags >> --junitxml=test-results/junit.xml
- save_cache:
key: data-20221027-<< parameters.cachename >>-{{ checksum "teststorun.txt" }}
key: data-20221031-<< parameters.cachename >>-{{ checksum "teststorun.txt" }}
paths:
- "~/ParlAI/data"
- codecov
Expand All @@ -255,12 +255,12 @@ commands:
- checkout
- fixgit
- restore_cache:
key: deps-20221027-bw-{{ checksum "requirements.txt" }}
key: deps-20221031-bw-{{ checksum "requirements.txt" }}
- setup
- installdeps
- installtorchgpu
- save_cache:
key: deps-20221027-bw-{{ checksum "requirements.txt" }}
key: deps-20221031-bw-{{ checksum "requirements.txt" }}
paths:
- "~/venv/bin"
- "~/venv/lib"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Expand Up @@ -40,7 +40,7 @@ sphinx_rtd_theme==0.4.3
sphinx-autodoc-typehints~=1.10.3
Sphinx~=2.2.0
subword-nmt==0.3.7
tensorboardX==2.1
tensorboardX==2.5.1
tokenizers>=0.8.0
tomli>=2.0.0
torchtext>=0.5.0,<=0.13.1
Expand All @@ -55,6 +55,7 @@ numpy~=1.22
markdown<=3.3.2 # Pin to something that works so tests are happy
jinja2==3.0.3
ninja~=1.10.2.3
protobuf<=3.19.6,>=3.19.5
protobuf<=3.20.1,>=3.8.0
contractions~=0.1.72
fsspec~=2022.2.0
google-api-core<=2.10.1 # Latest 2.10.2 requires latest protobuf

0 comments on commit d47c171

Please sign in to comment.