Skip to content

Commit 9700ccc

Browse files
Pin pyparsing version for old python
1 parent 3f99be8 commit 9700ccc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ dependencies = [
4040
"matplotlib>=3.0,!=3.4.00,!=3.8.0",
4141
"stingray>=2.2.3",
4242
"tqdm",
43-
"pyyaml"
43+
"pyyaml",
44+
"pyparsing<3.2.2; python_version<'3.10'",
4445
]
4546

4647

0 commit comments

Comments
 (0)