Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 885152b

Browse files
committed
fix: Change setuptools version to fix pkg_resources import errors.
1 parent 3f957c2 commit 885152b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev = [
1111
"pyprojectsort>=0.4.0",
1212
"pytest>=9.0.3",
1313
"ruff>=0.15.12",
14-
"setuptools>=82.0.1",
14+
"setuptools>=60,<70",
1515
"sphinx-rtd-theme>=3.1.0",
1616
"sphinx>=9.0.4",
1717
"ty>=0.0.32",
@@ -35,6 +35,7 @@ dependencies = [
3535
"pandas>=2.2.3",
3636
"pydantic>=2.0",
3737
"scikit-learn>=1.5.2",
38+
"setuptools<70",
3839
"shapely>=2.0.6",
3940
"tabulate",
4041
"tqdm",

uv.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)