Skip to content

Commit

Permalink
Make qtpy an optional dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed May 17, 2024
1 parent 0f6d3f0 commit f8c06fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
"numpy>=1.9",
"python-dateutil",
"pytz",
"qtpy",
"reproject>=0.8",
"requests",
"toasty>=0.18",
Expand All @@ -142,10 +141,12 @@
"qt": [
'PyQt5;python_version>="3"',
'PyQtWebEngine;python_version>="3"',
"qtpy",
],
"qt6": [
'PyQt6;python_version>="3"',
'PyQt6-WebEngine;python_version>="3"',
"qtpy",
],
"notebook": [
"wwt_kernel_data_relay",
Expand Down

0 comments on commit f8c06fd

Please sign in to comment.