Skip to content

Commit

Permalink
Remove silx
Browse files Browse the repository at this point in the history
It is installing pyside2, and having pyside2 and pyside6 at the same
time can cause compatibility issues.

Now, the period table will not work, but we can try to fix it later.

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 12, 2023
1 parent 68cc62c commit dc72808
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ requirements:
- pyyaml
- hexrd=={{ hexrd_version }}
- pyhdf
- silx

test:
imports:
Expand Down
3 changes: 2 additions & 1 deletion hexrd/ui/periodic_table_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
QDialog, QDialogButtonBox, QMessageBox, QPushButton, QVBoxLayout
)

from silx.gui.widgets.PeriodicTable import PeriodicTable
# FIXME: we need silx to use pyside6 or we need to get rid of it
# from silx.gui.widgets.PeriodicTable import PeriodicTable

from hexrd.ui.ui_loader import UiLoader

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
'Pillow',
'pyside6',
'pyyaml',
'silx',
]

setup(
Expand Down

0 comments on commit dc72808

Please sign in to comment.