Ben Greiner

Results 199 comments of Ben Greiner

Still an issue: https://build.opensuse.org/request/show/1203730

Finally fixed by #3211

Same for the development version: ``` pip install 'numpy>=2.0.0rc1' hypothesis pytest numexpr pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas python -c 'import pandas; pandas.test(extra_args=["-k", "test_eval and numexpr", "-l", "--tb=long"])' ``` ```...

Still an issue with pandas-3.0.0.dev0+991.ga3e751c6b4. The reason is the explicit type repr for all scalar types in numpy 2: https://numpy.org/devdocs/release/2.0.0-notes.html#representation-of-numpy-scalars-changed ```python s = '(df) / (np.float64(3.0))', types = {}, context...

`numexpr` does not seem to be installed in the [Numpy dev](https://github.com/pandas-dev/pandas/actions/runs/9141558610/job/25136091856) CI runs, so these tests are skipped there.

No longer an issue with pandas-3.0.0.dev0+1178.g236d89b856 Now how to find the correct change to backport to 2.x ...

Same issue here. Seems to be a lot similar to really old #185

Make sure your test setup can install the test locales: https://github.com/jupyterlab/jupyterlab_server/blob/9c12b09db1484d1b6d870cf55cce220ec7f6dcff/tests/test_translation_api.py#L36-L48 This fails in your case, because you are not in a virtual environment. I do this to fix it:...

It does not need network

Shipping zstd cmake files creates problems with packages not expecting them: https://bugzilla.opensuse.org/show_bug.cgi?id=1211566