We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeabc8 commit d7724a8Copy full SHA for d7724a8
conda/meta.yaml
@@ -16,6 +16,7 @@ requirements:
16
run:
17
- python {{ environ.get('PYTHON_VERSION') }}
18
- ocp 7.5.3
19
+ - vtk =9.0.1
20
- pyparsing >=2.1.9
21
- ezdxf
22
- ipython
environment.yml
@@ -7,6 +7,7 @@ dependencies:
7
- python>=3.6
8
9
- ocp=7.5.3
10
+ - vtk=9.0.1
11
- pyparsing>=2.1.9
12
- sphinx=4.4.0
13
- sphinx_rtd_theme
0 commit comments