Update multimethod pin. (#1118)

This commit is contained in:
Lorenz
2022-07-12 11:46:31 -04:00
committed by GitHub
parent 5f1d589cdd
commit f1b8763472
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ requirements:
- typing_extensions
- nptyping 2.0.1
- nlopt
- multimethod 1.6
- multimethod >=1.7,<2.0
- casadi
test:

View File

@ -29,4 +29,4 @@ dependencies:
- "--install-option=\"--no-deps\""
- "--editable=."
- sphinxcadquery
- multimethod
- multimethod>=1.7,<2.0

View File

@ -27,7 +27,7 @@ if not is_rtd and not is_appveyor and not is_azure:
reqs = [
"cadquery-ocp",
"ezdxf",
"multimethod",
"multimethod>=1.7,<2.0",
"nlopt",
"nptyping==2.0.1",
"typish",