DeepOBS icon indicating copy to clipboard operation
DeepOBS copied to clipboard

Refactoring various `requirements.txt` into ` setup.py` extras

Open FelixBenning opened this issue 3 years ago • 0 comments

  • Uses extras_require= in the setup.py to achieve the amount of custom installation variants currently achieved with many different requirements.txt e.g.
    pip install -e .[dev]
    
  • Update the Makefile (create virtual environment)
  • pip -e now works with a pyproject.toml move black configuration into pyproject.toml

FelixBenning avatar Jun 15 '21 08:06 FelixBenning