We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a4fa1 commit a86a5caCopy full SHA for a86a5ca
setup.py
@@ -52,12 +52,12 @@ def read(fname):
52
],
53
install_requires=[
54
"edalize>=0.4.1",
55
- "pyparsing",
56
- "pyyaml",
+ "pyparsing>=2.3.1",
+ "pyyaml>=6.0",
57
"simplesat>=0.8.0",
58
"fastjsonschema",
59
"jsonschema2md",
60
- "myst_parser",
+ "myst_parser>=0.18.0",
61
62
# Supported Python versions: 3.6+
63
python_requires=">=3.6, <4",
0 commit comments