Skip to content

Commit 4c5816d

Browse files
authored
Fixed OCP Dependency bug (#790) (#792)
Having `ocp=7.5` was causing errors -- as can be seen in #790 -- because the latest OCP version seemed to be problematic with CADQuery. OCP `v7.5.1` is the latest OCP version supported right now.
1 parent e00ac83 commit 4c5816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- python>=3.6
88
- ipython
9-
- ocp=7.5
9+
- ocp=7.5.1
1010
- pyparsing
1111
- sphinx=3.2.1
1212
- sphinx_rtd_theme

0 commit comments

Comments
 (0)