Skip to content

Commit

Permalink
removed VTK8 variants
Browse files Browse the repository at this point in the history
closes remove VTK variants 8.1.2 #374
  • Loading branch information
paskino committed Jan 12, 2024
1 parent b811547 commit 1afe8e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions Wrappers/Python/conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
vtk:
- 8.1.2
- 8.1.2
- 9.*
- 9.*
- 9.*

zip_keys:
- python
- vtk
- 3.11
- 3.12
4 changes: 2 additions & 2 deletions Wrappers/Python/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ test:
requirements:
build:
- python {{ python }}
- vtk {{ vtk }}
- vtk

run:
- python {{ python }}
- numpy
- vtk {{ vtk }}
- vtk
- pyside2
- eqt>=0.7.0
- importlib_metadata # [py<38]
Expand Down

0 comments on commit 1afe8e6

Please sign in to comment.