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

trying prev version #4615

Merged
merged 4 commits into from
Jun 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'}