Skip to content

Commit

Permalink
Relax cython pin
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 9, 2024
1 parent c1045a3 commit 1d60bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
catalogue>=2.0.3,<2.1.0
# Development requirements
cython>=0.29.1,<0.30.0
cython>=0.29.1
pytest>=4.6.5
pytest-timeout>=1.3.3
mock>=2.0.0,<3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zip_safe = true
include_package_data = true
python_requires = >=3.9,<3.14
setup_requires =
cython>=0.29.1,<0.30.0
cython>=0.29.1
install_requires =
catalogue>=2.0.3,<2.1.0

Expand Down

0 comments on commit 1d60bc4

Please sign in to comment.