Skip to content

Commit

Permalink
Merge pull request #171 from WFP-VAM/fix/pin-click
Browse files Browse the repository at this point in the history
Fix/pin click
  • Loading branch information
valpesendorfer authored Sep 27, 2021
2 parents b365b3c + 6f841e2 commit 808c094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
- Reworked `csv_smooth.py`
- New executable script
- fix #83
- #### v 1.0.1
- pin `click` to version < 8

- ## v 0.3
- #### v 0.3.0:
Expand Down
2 changes: 1 addition & 1 deletion _version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0
VERSION_PATCH = 1

VERSION_STRING = "%s.%s.%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
setup_requires=["pytest-runner"],
tests_require=["pytest", "click"],
install_requires=[
"click>=7.1",
"click>=7.0,<8.0",
"numpy>=1.16.1",
"gdal>=2",
"h5py>=2.9",
Expand Down

0 comments on commit 808c094

Please sign in to comment.