Skip to content

Commit a86a5ca

Browse files
siffermanolofk
authored andcommitted
fixed setup dependencies
1 parent 74a4fa1 commit a86a5ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ def read(fname):
5252
],
5353
install_requires=[
5454
"edalize>=0.4.1",
55-
"pyparsing",
56-
"pyyaml",
55+
"pyparsing>=2.3.1",
56+
"pyyaml>=6.0",
5757
"simplesat>=0.8.0",
5858
"fastjsonschema",
5959
"jsonschema2md",
60-
"myst_parser",
60+
"myst_parser>=0.18.0",
6161
],
6262
# Supported Python versions: 3.6+
6363
python_requires=">=3.6, <4",

0 commit comments

Comments
 (0)