Skip to content

Commit

Permalink
version bump for compilation against frog v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 24, 2023
1 parent c94bd81 commit 8e9b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
url = "https://github.com/proycon/python-frog",
ext_modules = extensions,
cmdclass = {'build_ext': build_ext},
requires = ['frog (>=0.27)','ucto (>=0.28)'],
requires = ['frog (>=0.30)','ucto (>=0.29)'],
install_requires=['Cython'],
data_files = [("sources",["frog_wrapper.pyx"])],
classifiers=[
Expand Down

0 comments on commit 8e9b464

Please sign in to comment.