Skip to content

Commit e9b36aa

Browse files
committed
add back pandas host preq
1 parent 4bbf961 commit e9b36aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/pandas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class PandasRecipe(MesonRecipe):
66
version = 'v2.3.0'
77
url = 'git+https://github.com/pandas-dev/pandas'
88
depends = ['numpy', 'libbz2', 'liblzma']
9+
hostpython_prerequisites = ["versioneer[toml]", "numpy>=2.0"] # meson does not detects venv's cython
910
patches = ['fix_numpy_includes.patch']
1011
python_depends = ['python-dateutil', 'pytz']
1112
need_stl_shared = True

0 commit comments

Comments
 (0)