Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
fix: revert disable if no avx check in favor of new zlib_ng (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 27, 2023
1 parent 9e381c8 commit ebe8353
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 128 deletions.
130 changes: 46 additions & 84 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = ">=3.8.5"
zlib-ng = ">=0.2.0"
cpufeature = {version = ">=0.2.1", markers = "platform_machine == \"x86_64\""}
zlib-ng = ">=0.3.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
Expand Down
Loading

0 comments on commit ebe8353

Please sign in to comment.