Chiara Marmo
Chiara Marmo
@ogrisel, may I ask what "help wanted" means in this specific case? If I understand correctly https://github.com/scientific-python/upload-nightly-action/issues/6 is now the issue looking for contributors. This issue could stay open as...
A lot of things have changed since this pull request, but there are still warnings in the tests (in particular I have checked 34 `scipy.sparse.SparseEfficiencyWarning`). Should we close this PR...
Tests failing on Windows: - `test_gradient_boosting_early_stopping` from `sklearn\ensemble\tests\test_gradient_boosting.py`, - `test_grid_search_failing_classifier`
Hello, I'm unable to the debug on Windows ... perhaps someone might have a look to the last failing Windows test? Thanks!
@jjerphan , that would be awesome ... but ... the test does not pass during the wheel building with Windows python 3.11 and scipy 1.10 ... All is green otherwise....
Still failing... I have looked for Windows virtual machines on the cloud and I only found Azure: but they ask me for my credit card number to open a free...
[scipy 1.9.2 provides wheels for python 3.11](https://mail.python.org/archives/list/[email protected]/thread/5HJP2ZC3FS4QNOPYDLZPNRRDUIRDTZK5/) (except for win32). I have modified the PR accordingly: what should I do with win32?
A summary of the failures: - win32 : no wheels available for this platform for python 3.8, 3.9, pip tries to install from source the last available version 1.9.2 and...
Note that for win32 this is the same failure as in #24612. For win_amd64 this PR fixes the failure adding the missing DLL to the wheel.
I'm running out of options for win32 architecture. - `sys_platform=='win32'` seems to select all Windows architectures - I can't easily pass options to pip in the cibuildwheel virtual environment (there...