Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate requirements #440

Open
paskino opened this issue Oct 1, 2024 · 0 comments
Open

Separate requirements #440

paskino opened this issue Oct 1, 2024 · 0 comments

Comments

@paskino
Copy link
Collaborator

paskino commented Oct 1, 2024

The full functionality of the viewer depends on a few packages:

run:
- python >=3.7
- numpy
- vtk
- pyside2
- eqt>=1.0.0
- importlib_metadata # [py<38]
- h5py
- pyyaml
- schema
- cil-data =22.0.0

  1. VTK, absolutely necessary
  2. Qt and pyside2 via eqt, to embed the viewer in GUIs and for async process
  3. other packages like schema or h5py which are necessary for reading

I think that the raw viewer should work with just VTK. Only if you want to build a Qt application you should install Qt and the rest.
However, currently random imports of eqt dialogs, or libraries for reading files are scattered here and there, so in the end you need to install all of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant