Temporary fix for 1431 to keep error from propagating (#1435)
* Temporary fix for 1431 to keep error from propagating * Pinned multimethod to specific version
This commit is contained in:
@ -24,7 +24,7 @@ requirements:
|
||||
- typing_extensions
|
||||
- nptyping >=2.0.1
|
||||
- nlopt
|
||||
- multimethod >=1.7,<2.0
|
||||
- multimethod ==1.9.1
|
||||
- casadi
|
||||
|
||||
test:
|
||||
|
@ -20,7 +20,7 @@ dependencies:
|
||||
- nlopt
|
||||
- path
|
||||
- casadi
|
||||
- multimethod >=1.7,<2.0
|
||||
- multimethod ==1.9.1
|
||||
- pip
|
||||
- pip:
|
||||
- --editable=.
|
||||
|
Reference in New Issue
Block a user