You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the need for this task.
There is lack of official documentation (like classifiers) about which python versions are supported and to my knowledge no py3.13 and numpy 2 tests are executed yet.
check if all tests succeed with numpy 2.0, fix in case of failure. >> both numpy>=1.22 (as currently) and numpy 2.* should be supported. Teamcity tests with numpy 2.1.2, so this is supported.
add mydeltares as pypi maintainer
add supported python versions (should at least be 3.9 to 3.12) as classifiers, at least make sure these are available on pypi
run teamcity tests for other versions than python 3.10 only, at least also the first and the latest supported version (e.g. 3.9 and 3.13), since these will likely result in different versions of dependencies.
single source of truth for dependencies, so remove requirements.txt. Use pip install -e . instead or if you only want the dependencies consider toml-to-requirements
The text was updated successfully, but these errors were encountered:
veenstrajelmer
added
the
chore
Changes to the build process or auxiliary tools and libraries such as documentation generation
label
Oct 14, 2024
What is the need for this task.
There is lack of official documentation (like classifiers) about which python versions are supported and to my knowledge no py3.13 and numpy 2 tests are executed yet.
What is the task?
requirements.txt
. Usepip install -e .
instead or if you only want the dependencies consider toml-to-requirementsThe text was updated successfully, but these errors were encountered: