Skip to content

Commit

Permalink
Merge pull request #1096 from CadQuery/setup.py
Browse files Browse the repository at this point in the history
Added version pin for nptyping to setup.py
  • Loading branch information
jmwright committed Jun 2, 2022
2 parents c659ff8 + 8a1981f commit a5fadeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ezdxf",
"multimethod",
"nlopt",
"nptyping>=2",
"nptyping==2.0.1",
"typish",
"casadi",
"path",
Expand Down

0 comments on commit a5fadeb

Please sign in to comment.