Skip to content

Commit 894d109

Browse files
Do not install cq via pip
1 parent 4745ad1 commit 894d109

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

environment.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: cadquery
22
channels:
33
- cadquery
44
- conda-forge
5-
- defaults
65
dependencies:
76
- python>=3.8
87
- ipython
@@ -23,9 +22,7 @@ dependencies:
2322
- nlopt
2423
- path
2524
- casadi
25+
- multimethod >=1.7,<2.0
2626
- pip
2727
- pip:
28-
- "--install-option=\"--no-deps\""
29-
- "--editable=."
30-
- sphinxcadquery
31-
- multimethod>=1.7,<2.0
28+
- git+https://github.com/CadQuery/OCP-stubs.git

0 commit comments

Comments
 (0)