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 - typing_extensions
- nptyping 2.0.1 - nptyping 2.0.1
- nlopt - nlopt
- multimethod 1.6 - multimethod >=1.7,<2.0
- casadi - casadi
test: test:

View File

@ -29,4 +29,4 @@ dependencies:
- "--install-option=\"--no-deps\"" - "--install-option=\"--no-deps\""
- "--editable=." - "--editable=."
- sphinxcadquery - 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 = [ reqs = [
"cadquery-ocp", "cadquery-ocp",
"ezdxf", "ezdxf",
"multimethod", "multimethod>=1.7,<2.0",
"nlopt", "nlopt",
"nptyping==2.0.1", "nptyping==2.0.1",
"typish", "typish",