Skip to content

Commit 7bc8c00

Browse files
authored
Temporary fix for 1431 to keep error from propagating (#1435)
* Temporary fix for 1431 to keep error from propagating * Pinned multimethod to specific version
1 parent 8a9e5a0 commit 7bc8c00

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
@@ -24,7 +24,7 @@ requirements:
2424
- typing_extensions
2525
- nptyping >=2.0.1
2626
- nlopt
27-
- multimethod >=1.7,<2.0
27+
- multimethod ==1.9.1
2828
- casadi
2929

3030
test:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- nlopt
2121
- path
2222
- casadi
23-
- multimethod >=1.7,<2.0
23+
- multimethod ==1.9.1
2424
- pip
2525
- pip:
2626
- --editable=.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
reqs = [
2929
"cadquery-ocp>=7.7.0a0,<7.8",
3030
"ezdxf",
31-
"multimethod>=1.7,<2.0",
31+
"multimethod==1.9.1",
3232
"nlopt",
3333
"nptyping==2.0.1",
3434
"typish",

0 commit comments

Comments
 (0)