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

Commit

Permalink
trying prev version (#4615)
Browse files Browse the repository at this point in the history
* trying prev version

* reverting tensorboard removal

* forgot pip

* 3.4 should work as well
  • Loading branch information
Golovneva authored Jun 18, 2022
1 parent b5ccf69 commit a84d28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ commands:
- run:
name: Installs basic dependencies
command: |
python -m pip install --progress-bar off --upgrade pip setuptools
python -m pip install --progress-bar off pip setuptools==62.3.4
python -m pip install --progress-bar off coverage
python -m pip install --progress-bar off codecov
mkdir -p ~/ParlAI/test-results
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
name: Test installation instructions
no_output_timeout: 60m
command: |
python -m pip install --progress-bar off --upgrade pip setuptools
python -m pip install --progress-bar off pip setuptools==62.3.4
python setup.py develop
parlai display_data -t integration_tests
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ sphinx_rtd_theme==0.4.3
sphinx-autodoc-typehints~=1.10.3
Sphinx~=2.2.0
subword-nmt==0.3.7
tensorboard>2.9.0
tensorboardX==2.1
tokenizers>=0.8.0
tomli<2.0.0
Expand All @@ -57,4 +56,3 @@ jsonlines==1.2.0
numpy<=1.21 # Used to be `==1.17.5` before but tests -- pulling in latest at 1.22 not happy
markdown<=3.3.2 # Pin to something that works so tests are happy
jinja2==3.0.3
protobuf<3.20,>=3.9.2 # required by {'tensorboard'}

0 comments on commit a84d28c

Please sign in to comment.