actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 23 forks source link

Get rid of duplicate requirement files #465

Open mmacata opened 1 year ago

mmacata commented 1 year ago

With the migration to pyproject.toml, the requirements are specified inside this file. Still the requirements.txt exists as it is used in installation scripts / documentation and Dockerfiles. As now all requiremtents are specified twice and this is additional maintanance effort, a better solution should be found.

mmacata commented 10 months ago

actinia-docker: Avoid duplicate requirements installation für ubuntu Dockerimage