Skip to content

Commit

Permalink
Downgrade cython
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Nov 29, 2023
1 parent 8598e88 commit 1407bdb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 63 deletions.
107 changes: 45 additions & 62 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers=[

[tool.poetry.dependencies]
python = ">=3.7.2,<4.0"
cython = { version = "^3.0", optional = true }
cython = { version = "^0.29", optional = true }
blake3 = "^0.3"
xxhash = "^3.0"
more-itertools = "^9.0"
Expand Down

0 comments on commit 1407bdb

Please sign in to comment.