Skip to content

Commit

Permalink
Dependencies: add support for shapely 2 (#195)
Browse files Browse the repository at this point in the history
Dependencies: add support for shapely 2
  • Loading branch information
adamjstewart committed Feb 13, 2023
1 parent e1a836a commit 7d315e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add support for shapely 2

### Removed

### Changed
Expand Down Expand Up @@ -244,7 +246,7 @@ Unreleased version.

## [v0.1.0]

First working `alpha` release of the Radiant MLHub Python client.
First working `alpha` release of the Radiant MLHub Python client.

Includes support for:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'pystac~=1.4.0',
'python-dateutil~=2.8.2',
'requests~=2.27.0',
'shapely~=1.8.0',
'shapely>=1.8,<3',
'tqdm~=4.64.0',
'urllib3~=1.26.11'
],
Expand Down

0 comments on commit 7d315e3

Please sign in to comment.