Skip to content

Commit

Permalink
tox deps settings for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
spreka committed Nov 8, 2023
1 parent 9d46e59 commit dc70cac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ deps =
qtpy
#pyqt5: PyQt5==5.13 ; sys_platform == 'linux'
#pyqtgraph: PyQtGraph==0.12 ; sys_platform == 'linux'
PyQt5==5.13 ; sys_platform == 'linux'
PyQtGraph==0.12 ; sys_platform == 'linux'
pytest-xvfb ; sys_platform == 'linux'
pytest-qt ; sys_platform == 'linux'
pydantic<2 ; sys_platform == 'linux'
PyQt5==5.13 #; sys_platform == 'linux'
PyQtGraph==0.12 #; sys_platform == 'linux'
pytest-xvfb #; sys_platform == 'linux'
pytest-qt #; sys_platform == 'linux'
pydantic<2 #; sys_platform == 'linux'
# you can remove these if you don't use them
napari
magicgui
Expand Down

0 comments on commit dc70cac

Please sign in to comment.