qolmat icon indicating copy to clipboard operation
qolmat copied to clipboard

Use Poetry rather than Conda

Open adriencrtr opened this issue 7 months ago • 1 comments

Currently we are using conda as environment manager.

Why moving to Poetry ?

Because some of our contributors are facing some troubles with conda when cloning the project.

=== TO DO === :

  • [ ] Remove the setup.py and use ".toml" file.
  • [ ] Include the environment.dev.yml in the ".toml" file.
  • [ ] Include the environment.doc.yml in the ".toml" file.
  • [ ] Deal with the environment.ci.yml ?
  • [ ] Update the documentation for new contributors.
  • [ ] Change Github workflows.

adriencrtr avatar Aug 01 '24 16:08 adriencrtr