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

Fix cleaninstall test breakage #4224

Merged
merged 1 commit into from
Dec 1, 2021
Merged
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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ipython==7.19.0
torch>=1.4.0
joblib==0.14.1
nltk==3.6.4
numpy==1.17.5
omegaconf~=2.1.1
pandas==1.1.1
pytest_regressions==2.1.1
Expand Down Expand Up @@ -52,3 +51,5 @@ urllib3>=1.26.5
websocket-client==0.56.0
websocket-server==0.4
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