Skip to content

Commit

Permalink
[tmp] downgrade rapidgzip reuqirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Sep 3, 2023
1 parent 1eb67be commit 351cd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ full =
indexed_zstd >= 1.3.1, < 2.0; sys_platform=="darwin"
indexed_zstd >= 1.2.2, < 2.0; platform_system!="Windows"
python-xz ~= 0.4.0
rapidgzip >= 0.10.0
rapidgzip >= 0.9.0
rarfile ~= 4.0

bzip2 = indexed_bzip2 >= 1.3.1, < 2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
indexed_zstd >= 1.2.2, < 2.0; platform_system!="Windows"
dataclasses; python_version < "3.7.0"
python-xz ~= 0.4.0
rapidgzip ~= 0.10.0
rapidgzip ~= 0.9.0
rarfile ~= 4.0

[options.extras_require]
Expand Down

0 comments on commit 351cd0c

Please sign in to comment.