Skip to content

Commit cafbf7c

Browse files
Use conda-forge OCP (#1769)
* Use conda-forge OCP * Try 3.13
1 parent 6772bfe commit cafbf7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parameters:
1818
- name: minor
1919
type: object
2020
default:
21-
- 12
21+
- 13
2222

2323
jobs:
2424
- ${{ each minor in parameters.minor }}:

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requirements:
1616
- setuptools
1717
run:
1818
- python >=3.9
19-
- cadquery/label/dev::ocp=7.8.1
19+
- ocp=7.8.1
2020
- vtk=*=qt*
2121
- pyparsing >=2.1.9
2222
- ezdxf>=1.3.0

0 commit comments

Comments
 (0)