Skip to content

Commit

Permalink
Merge pull request #67 from SenteraLLC/remove-pygeos
Browse files Browse the repository at this point in the history
Remove pygeos dependency
  • Loading branch information
tnigon committed Aug 10, 2023
2 parents 1e24e79 + 3562ab3 commit 0474d1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python: "3.10"
dist: focal

install:
- 'pip install poetry==1.3.2'
- 'pip install poetry==1.5.1'
- 'poetry install'

script:
Expand Down
2 changes: 1 addition & 1 deletion geoml/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines package version. Parsed by setup.py and imported by __init__.py."""

__version__ = "1.0.2"
__version__ = "1.0.3"
51 changes: 1 addition & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geoml"
version = "1.0.2"
version = "1.0.3"
description = ""
authors = ["Your Name <you@example.com>"]

Expand All @@ -11,7 +11,6 @@ GeoAlchemy2 = "^0.12.1"
keyring = "^23.6.0"
pandas = "^1.5.3"
pip = "^22.1.2"
pygeos = "^0.14"
pyproj = "3.4.1"
Rtree = "^1.0.0"
scikit-learn = "^1.1.1"
Expand Down

0 comments on commit 0474d1f

Please sign in to comment.