Skip to content

Commit 9ef1f12

Browse files
committed
Fixing dependencies
1 parent 5473bfc commit 9ef1f12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pathopatch"
7-
version = "1.0.8"
7+
version = "1.0.9"
88
authors = [
99
{name = "Fabian Hörst", email = "[email protected]"},
1010
]
@@ -35,8 +35,8 @@ dependencies = [
3535
"opencv_python_headless",
3636
"openslide_python",
3737
"pandas",
38-
"pydantic==1.10.4",
39-
"rasterio==1.3.5.post1",
38+
"pydantic<2.0",
39+
"rasterio",
4040
"requests",
4141
"scikit-image<0.27",
4242
"setuptools<=65.6.3",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ wsidicomizer==0.14.1
33
wsidicom==0.20.4
44
Pillow>=9.5.0
55
PyYAML
6-
Shapely==1.8.5.post1
6+
Shapely
77
colorama
88
future
99
geojson>=3.0.0
@@ -13,7 +13,7 @@ numpy>1.22,<1.24
1313
opencv_python_headless
1414
pandas
1515
pydantic==1.10.4
16-
rasterio==1.3.5.post1
16+
rasterio
1717
requests
1818
scikit-image<0.27
1919
setuptools<=65.6.3

0 commit comments

Comments
 (0)