Skip to content

Commit

Permalink
Temporary fix for 1431 to keep error from propagating (#1435)
Browse files Browse the repository at this point in the history
* Temporary fix for 1431 to keep error from propagating

* Pinned multimethod to specific version
  • Loading branch information
jmwright committed Nov 4, 2023
1 parent 8a9e5a0 commit 7bc8c00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
- typing_extensions
- nptyping >=2.0.1
- nlopt
- multimethod >=1.7,<2.0
- multimethod ==1.9.1
- casadi

test:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- nlopt
- path
- casadi
- multimethod >=1.7,<2.0
- multimethod ==1.9.1
- pip
- pip:
- --editable=.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
reqs = [
"cadquery-ocp>=7.7.0a0,<7.8",
"ezdxf",
"multimethod>=1.7,<2.0",
"multimethod==1.9.1",
"nlopt",
"nptyping==2.0.1",
"typish",
Expand Down

0 comments on commit 7bc8c00

Please sign in to comment.