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 96d6ce5 commit 0f96935Copy full SHA for 0f96935
ci/install-upstream.sh
@@ -24,15 +24,17 @@ conda list
24
25
# if available install from scientific-python nightly wheels
26
# constrain numpy to <=2.3 until numba supports newer versions
27
+# use stable pandas (not nightly) due to geopandas incompatibility with pandas nightly internals
28
+# (see: https://github.com/UXARRAY/uxarray/issues/1414)
29
python -m pip install \
- 'numpy<=2.3'
30
+ 'numpy<=2.3' \
31
+ 'pandas>=2.0.0'
32
33
34
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
35
--no-deps \
36
--pre \
37
--upgrade \
- pandas \
38
scikit-learn \
39
scipy \
40
xarray
0 commit comments