Skip to content

Commit

Permalink
Merge pull request #19 from MatthiasHauthDeltares/update_shapely_to_2_0
Browse files Browse the repository at this point in the history
Update shapely to version 2
EleniSmyrniou authored Jan 23, 2023
2 parents edf9fbe + 9e69ed1 commit 2e28e2e
Showing 3 changed files with 74 additions and 78 deletions.
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
import numpy as np
import shapefile
from pydantic import BaseModel
from shapely.geometry import Point, Polygon
from shapely import Point, Polygon

from geolib_plus.cpt_base_model import AbstractCPT, AbstractInterpretationMethod
from geolib_plus.cpt_utils import (
119 changes: 58 additions & 61 deletions poetry.lock

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

31 changes: 15 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,22 +13,21 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.8"
pydantic = "^1.10.2"
pandas = "^1.5.2"
tqdm = "^4.64.1"
scipy = "^1.9.3"
lxml = "^4.9.1"
pyshp = "^2.3.1"
more-itertools = "^9.0.0"
requests = "^2.28.1"
d-geolib = "^0.2.4"
pyproj = "^3.4.0"
matplotlib = "^3.6.2"
numpy = "^1.23.5"
shapely = "^1.8.5.post1"
netcdf4 = "^1.6.2"
folium = "^0.13.0"
python = "^3.8 <4"
pydantic = "^1"
pyproj = "^3.3"
pandas = "^1.4"
tqdm = "^4"
scipy = "^1.6"
lxml = "^4.7"
numpy = "^1.19"
matplotlib = "^3.4"
pyshp = "^2.1"
more-itertools = "^8.6"
netCDF4 = "^1.5"
requests = "^2.26"
d-geolib = "^0.2.3"
shapely = "2.0.0"

[tool.poetry.group.dev.dependencies]
teamcity-messages = "^1.32"

0 comments on commit 2e28e2e

Please sign in to comment.