We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbf961 commit e9b36aaCopy full SHA for e9b36aa
pythonforandroid/recipes/pandas/__init__.py
@@ -6,6 +6,7 @@ class PandasRecipe(MesonRecipe):
6
version = 'v2.3.0'
7
url = 'git+https://github.com/pandas-dev/pandas'
8
depends = ['numpy', 'libbz2', 'liblzma']
9
+ hostpython_prerequisites = ["versioneer[toml]", "numpy>=2.0"] # meson does not detects venv's cython
10
patches = ['fix_numpy_includes.patch']
11
python_depends = ['python-dateutil', 'pytz']
12
need_stl_shared = True
0 commit comments