FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://fwl-proteus.readthedocs.io
Apache License 2.0
11 stars 1 forks source link

pyproject.toml #106

Closed nichollsh closed 1 month ago

nichollsh commented 1 month ago

The current documentation for PROTEUS has information on which packages need to be installed. This could be made easier by having a requirements.txt file. We could then simply run: conda install --file requirements.txt to get all of the packages, rather than having the user run a specific command.

stefsmeets commented 1 month ago

Or pip install -r requirements.txt. 😅

I think part of this discussion should also be to directly set up a (minimal) pyproject.toml. I think this should be preferred over requirements.txt