Skip to content

Commit ad16a59

Browse files
committed
flydra_analysis: fix setuptools version to keep pkg_resources
1 parent 03d7c9c commit ad16a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flydra_analysis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [{ name = "Andrew Straw", email = "[email protected]" }]
1111
urls.homepage = "https://github.com/strawlab/flydra"
1212

1313
dependencies = [
14-
"setuptools >= 44.1",
14+
"setuptools >= 44.1, < 81", # pkg_resources was dropped in setuptools 81
1515
"numpy >= 1.19",
1616
"cython>=0.26",
1717

0 commit comments

Comments
 (0)