rhdtownsend / msg

Multidimensional Spectral Grids
GNU General Public License v3.0
11 stars 3 forks source link

Specify Python dependencies #10

Closed AWehrhahn closed 1 year ago

AWehrhahn commented 2 years ago

Provide a list of python dependencies, with version numbers, ideally in a requirements.txt file. This will make installation much clearer.

Review thread: https://github.com/openjournals/joss-reviews/issues/4602

ivastar commented 2 years ago

Additional comment: specifically the compilation requires numpy. This needs to be specified clearly.

rhdtownsend commented 1 year ago

The dependencies are now listed inside the python/pyproject.toml file (used amongst other things by pip).