Skip to content

Commit

Permalink
fixed setup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferman authored and olofk committed Sep 17, 2023
1 parent 74a4fa1 commit a86a5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ def read(fname):
],
install_requires=[
"edalize>=0.4.1",
"pyparsing",
"pyyaml",
"pyparsing>=2.3.1",
"pyyaml>=6.0",
"simplesat>=0.8.0",
"fastjsonschema",
"jsonschema2md",
"myst_parser",
"myst_parser>=0.18.0",
],
# Supported Python versions: 3.6+
python_requires=">=3.6, <4",
Expand Down

0 comments on commit a86a5ca

Please sign in to comment.