Skip to content

Commit

Permalink
Update multimethod pin. (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzncode authored Jul 12, 2022
1 parent 5f1d589 commit f1b8763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- typing_extensions
- nptyping 2.0.1
- nlopt
- multimethod 1.6
- multimethod >=1.7,<2.0
- casadi

test:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ dependencies:
- "--install-option=\"--no-deps\""
- "--editable=."
- sphinxcadquery
- multimethod
- multimethod>=1.7,<2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
reqs = [
"cadquery-ocp",
"ezdxf",
"multimethod",
"multimethod>=1.7,<2.0",
"nlopt",
"nptyping==2.0.1",
"typish",
Expand Down

0 comments on commit f1b8763

Please sign in to comment.