Skip to content

Commit

Permalink
Bump numpy version to 1.24.4 (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored Sep 5, 2023
1 parent 526788f commit 4f91801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/numpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class NumpyRecipe(CythonRecipe):
version = "1.24.2"
version = "1.24.4"
url = "https://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz"
library = "libnumpy.a"
libraries = ["libnpymath.a", "libnpyrandom.a"]
Expand Down

0 comments on commit 4f91801

Please sign in to comment.