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:
Jeremy Wright
2023-11-04 03:36:00 -04:00
committed by GitHub
parent 8a9e5a09c9
commit 7bc8c00dc1
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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=.

View File

@ -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",