Skip to content

Commit f1b8763

Browse files
authored
Update multimethod pin. (#1118)
1 parent 5f1d589 commit f1b8763

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requirements:
2323
- typing_extensions
2424
- nptyping 2.0.1
2525
- nlopt
26-
- multimethod 1.6
26+
- multimethod >=1.7,<2.0
2727
- casadi
2828

2929
test:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ dependencies:
2929
- "--install-option=\"--no-deps\""
3030
- "--editable=."
3131
- sphinxcadquery
32-
- multimethod
32+
- multimethod>=1.7,<2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
reqs = [
2828
"cadquery-ocp",
2929
"ezdxf",
30-
"multimethod",
30+
"multimethod>=1.7,<2.0",
3131
"nlopt",
3232
"nptyping==2.0.1",
3333
"typish",

0 commit comments

Comments
 (0)