Skip to content

Commit

Permalink
updating gui build
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 23, 2025
1 parent e82b297 commit 18bd4f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .conda/fierro-gui/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,23 @@ build:
noarch: python # This is a pure python package. So build for noarch on linux64
entry_points:
- fierro-gui = fierro_gui.gui:main
skip: true # [not (linux and x86_64)]
#skip: true # [not (linux and x86_64)]
skip: false # [linux and x86_64]

requirements:
host:
- python
- setuptools
- paraview >=5.13.2
- python >=3.12
run:
- paraview >=5.13.2
- python
#- numpy
#- matplotlib
- pyside6 >=6.7.3

test:
imports:
- fierro_gui
- fierro-gui

about:
home: https://github.com/lanl/Fierro
Expand Down
2 changes: 0 additions & 2 deletions .conda/fierro-gui/python_variants.yaml

This file was deleted.

0 comments on commit 18bd4f0

Please sign in to comment.