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
|
- typing_extensions
|
||||||
- nptyping >=2.0.1
|
- nptyping >=2.0.1
|
||||||
- nlopt
|
- nlopt
|
||||||
- multimethod >=1.7,<2.0
|
- multimethod ==1.9.1
|
||||||
- casadi
|
- casadi
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -20,7 +20,7 @@ dependencies:
|
|||||||
- nlopt
|
- nlopt
|
||||||
- path
|
- path
|
||||||
- casadi
|
- casadi
|
||||||
- multimethod >=1.7,<2.0
|
- multimethod ==1.9.1
|
||||||
- pip
|
- pip
|
||||||
- pip:
|
- pip:
|
||||||
- --editable=.
|
- --editable=.
|
||||||
|
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
|
|||||||
reqs = [
|
reqs = [
|
||||||
"cadquery-ocp>=7.7.0a0,<7.8",
|
"cadquery-ocp>=7.7.0a0,<7.8",
|
||||||
"ezdxf",
|
"ezdxf",
|
||||||
"multimethod>=1.7,<2.0",
|
"multimethod==1.9.1",
|
||||||
"nlopt",
|
"nlopt",
|
||||||
"nptyping==2.0.1",
|
"nptyping==2.0.1",
|
||||||
"typish",
|
"typish",
|
||||||
|
Reference in New Issue
Block a user