Skip to content

Commit

Permalink
Update Cython version
Browse files Browse the repository at this point in the history
Cython actually did jump from 0.29 to 3.0, there are no versions in
between.
  • Loading branch information
polm committed Oct 31, 2024
1 parent d062324 commit c0aeea3
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 +1 @@
Cython~=0.29.35
Cython~=3.0.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
'unidic': ['unidic'],
'unidic-lite': ['unidic-lite'],
},
setup_requires=['wheel', 'Cython~=0.29.35', 'setuptools_scm'])
setup_requires=['wheel', 'Cython~=3.0.11', 'setuptools_scm'])

0 comments on commit c0aeea3

Please sign in to comment.