Conversation
|
I agree with using a pip-first standard. However
|
We will also do testing on ranges of versions (see #380 as a start of this) to ensure the stated dependency ranges are accurate.
It could be a recommendation for developers, though that is a question, whether we leave it as optional or remove it. |
dswah
left a comment
There was a problem hiding this comment.
let me check if poetry is mentioned in the docs or readme
|
@fkiraly ok apologies for the possible mess
|
|
yes, great! No problem about the commit, it gets squashed, so what goes on main is the description from the top. |
This PR removes the very narrow pin from `scipy` and widens the upper bound to just past the current version. Partially diagnostic, to see what happens. Depends on #383 which should be merged first.
The current
pyproject.tomlcan only be read bypoetry, not bypip.This is a serious limitation to users and developers, since it forces them to use
poetry.This PR moves
pyproject.tomlto the most widely interoperable format.This PR does an 1:1 translation, except for removing python 3.8 (which is no longer supported) and adding python 3.13 to the range.
Also:
pip