We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85567cf commit 8e26355Copy full SHA for 8e26355
pyproject.toml
@@ -5,6 +5,7 @@ requires = [
5
"meson-python>=0.13.1",
6
"meson>=1.2.1,<2",
7
"wheel",
8
+ # !=3.2.0b2 pin per https://github.com/pandas-dev/pandas/issues/62898
9
"Cython<4.0.0a0,!=3.2.0b2", # Note: sync with setup.py, environment.yml and asv.conf.json
10
# Force numpy higher than 2.0rc1, so that built wheels are compatible
11
# with both numpy 1 and 2
0 commit comments