global-land-mask icon indicating copy to clipboard operation
global-land-mask copied to clipboard

Adding install_requires

Open merschformann opened this issue 2 years ago • 0 comments

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

merschformann avatar Apr 12 '22 22:04 merschformann