Skip to content

Commit 5aa10a2

Browse files
Pin pyparsing to >= 3
Closes #102
1 parent 4308f1b commit 5aa10a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"zarr>=2.17,<3",
1616
"click",
1717
"pyranges",
18-
"pyparsing"
18+
"pyparsing>=3"
1919
]
2020
requires-python = ">=3.10"
2121
classifiers = [
@@ -88,4 +88,4 @@ known-third-party = [
8888
"pytest",
8989
"setuptools",
9090
"zarr"
91-
]
91+
]

0 commit comments

Comments
 (0)