Skip to content

Commit

Permalink
fix: added missing QFileSystemModel import
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Nov 19, 2024
1 parent b9ad48c commit 06b5b2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
37 changes: 19 additions & 18 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@ channels:
- conda-forge
dependencies:
- python=3.10.*
- addict
- descartes
- gdspy>=1.5.2
- geopandas
- ipython
- matplotlib
- numpy
- pandas
- pint
- pyepr-quantum>=0.8.5.7
- pygments
- qdarkstyle
- qutip
- scipy
- shapely
- addict==2.4.0
- descartes==1.1.0
- geopandas==0.12.2
- ipython==8.10.0
- matplotlib==3.7.0
- numpy==1.24.2
- pandas==1.5.3
- pint==0.20.1
- pyEPR-quantum==0.8.5.7
- pygments==2.14.0
- qdarkstyle==3.1
- qutip==4.7.1
- scipy==1.10.0
- shapely==2.0.1
- scqubits==3.1.0
- jupyter
- scqubits
- cython<3.0.0
- pip
- pip:
- pyaedt
- gmsh
- pyaedt==0.6.46
- gmsh==4.11.1
- gdspy==1.6.12
- pyside6
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import typing

from PySide6.QtCore import QModelIndex, QSize, QSortFilterProxyModel, Qt
from PySide6.QtWidgets import QWidget
from PySide6.QtWidgets import QFileSystemModel, QWidget


class LibraryFileProxyModel(QSortFilterProxyModel):
Expand Down

0 comments on commit 06b5b2e

Please sign in to comment.