Skip to content

Commit

Permalink
Revert "Revert "Remove chardet version upper limit""
Browse files Browse the repository at this point in the history
This reverts commit 09cb41c.
Original PR which removed upper bound:
datalad#7029

Debians now have 5.1.0, and we can't package while demanding an outdated
chardet. Let's see again if we really need to limit upper version.
  • Loading branch information
yarikoptic committed Jan 17, 2023
1 parent c92ae3a commit 2f3b0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@
requires = {
'core': [
'platformdirs',
'chardet>=3.0.4, <5.0.0', # rarely used but small/omnipresent
'chardet>=3.0.4', # rarely used but small/omnipresent
'colorama; platform_system=="Windows"',
'distro; python_version >= "3.8"',
'importlib-metadata >=3.6; python_version < "3.10"',
Expand Down

0 comments on commit 2f3b0af

Please sign in to comment.