Skip to content

Commit

Permalink
Pin cython to 0.29 series
Browse files Browse the repository at this point in the history
Cython just released a new 3.0 major version, and it seems to break the
`autoclass` function from pyjnius. Stick with the old version until
that's ironed out.

Fixes: #164
  • Loading branch information
dbnicholson authored and rtibbles committed Jul 25, 2023
1 parent efd16fa commit f73619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cython
cython~=0.29
virtualenv
git+https://github.com/learningequality/python-for-android@6afd747999d5252839e79f498bd237743a1ca98b#egg=python-for-android

0 comments on commit f73619a

Please sign in to comment.