Skip to content

Remove unneeded dependency from pyproject.toml and additional cleaning/refactoring of the package metadata

Merging fix_unneeded_dependencies into dev

Introduced modifications:

  • clean pyproject.toml

  • add more details about install instructions and requirements

  • fix typo in optional dependency definition

  • specify package dir and use standard optional dependency system in pyproject.toml

  • [MAJOR] switch back to poetry for package build

  • [MAJOR] switch from poetry pyproject.toml to standard pyproject.toml and setuptools

  • fix typo

  • update version number

  • hardcoding numpy<2 dependency because of stardist

  • manage case when removing files generated by tests is not possible (e.g. in case of an error)

  • avoid using numpy v2+ as a requirement

  • manage case when removing files generated by tests is not possible (e.g. in case of an error)

  • remove unneeded dependencies (to be tested on GPU)

Co-authored-by: Ghislain Durif gd.dev@libertymail.net

Update version number to 0.1.5

Merge request reports

Loading