Skip to content

Commit d7724a8

Browse files
authored
Pin vtk=9.0.1 for ocp 7.5.3 (#1075)
* Pin vtk=9.0.1 for ocp 7.5.3 * Add vtk pin to meta.yml
1 parent 2eeabc8 commit d7724a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ requirements:
1616
run:
1717
- python {{ environ.get('PYTHON_VERSION') }}
1818
- ocp 7.5.3
19+
- vtk =9.0.1
1920
- pyparsing >=2.1.9
2021
- ezdxf
2122
- ipython

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- python>=3.6
88
- ipython
99
- ocp=7.5.3
10+
- vtk=9.0.1
1011
- pyparsing>=2.1.9
1112
- sphinx=4.4.0
1213
- sphinx_rtd_theme

0 commit comments

Comments
 (0)