We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9e5a0 commit 7bc8c00Copy full SHA for 7bc8c00
conda/meta.yaml
@@ -24,7 +24,7 @@ requirements:
24
- typing_extensions
25
- nptyping >=2.0.1
26
- nlopt
27
- - multimethod >=1.7,<2.0
+ - multimethod ==1.9.1
28
- casadi
29
30
test:
environment.yml
@@ -20,7 +20,7 @@ dependencies:
20
21
- path
22
23
- pip
- pip:
- --editable=.
setup.py
@@ -28,7 +28,7 @@
reqs = [
"cadquery-ocp>=7.7.0a0,<7.8",
"ezdxf",
31
- "multimethod>=1.7,<2.0",
+ "multimethod==1.9.1",
32
"nlopt",
33
"nptyping==2.0.1",
34
"typish",
0 commit comments