Skip to content

Commit

Permalink
Do not yet update to chardet version 5
Browse files Browse the repository at this point in the history
- Due to incompatibility with `requests`, see
  psf/requests#6177
  • Loading branch information
HippocampusGirl committed Jun 29, 2022
1 parent 1b06a38 commit 595a518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -37,7 +37,7 @@ Pint >= 0.17
flufl.lock >= 5.0.3
psutil >= 5.8.0
fasteners >= 0.15
chardet >= 4.0
chardet < 5.0
pympler >= 0.9
stackprinter >= 0.2.5
line-profiler >= 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -14,7 +14,7 @@ bids-validator==1.9.3
# via pybids
certifi==2022.5.18.1
# via requests
chardet==5.0.0
chardet==4.0.0
# via -r requirements.in
charset-normalizer==2.0.12
# via requests
Expand Down

0 comments on commit 595a518

Please sign in to comment.