global-land-mask
global-land-mask copied to clipboard
Adding install_requires
Description
Adds a requirements.txt file which is also used to populate install_requires
of setup.py. This enables pip to automatically derive and install the dependencies of this library (basically just numpy).
This is a PR answering my own request #8 . Feel free to reject, if not helpful / not matching the style.
Changes
- Adds requirements.txt
- Uses requirements.txt for
install_requires
- Pins version of numpy dependency to
~=1.22.2
- This one works for me
- Feel free to change it to a different version