Skip to content

Commit

Permalink
qdark
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Nov 12, 2023
1 parent b3b8eb4 commit 4512721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- pyuca >=1.2
- pyxdg >=0.26
- pyzmq >=22.1.0
- qdarkstyle >=3.2.0,<3.3.0
- qdarkstyle >=3.2.0,<3.2.1
- qstylizer >=0.2.2
- qtawesome >=1.2.1
- qtconsole >=5.5.0,<5.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- python-lsp-server >=1.9.0,<1.10.0
- pyuca >=1.2
- pyzmq >=22.1.0
- qdarkstyle >=3.2.0,<3.3.0
- qdarkstyle >=3.2.0,<3.2.1
- qstylizer >=0.2.2
- qtawesome >=1.2.1
- qtconsole >=5.5.0,<5.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def run(self):
'pyuca>=1.2',
'pyxdg>=0.26;platform_system=="Linux"',
'pyzmq>=22.1.0',
'qdarkstyle>=3.2.0,<3.3.0',
'qdarkstyle>=3.2.0,<3.2.1',
'qstylizer>=0.2.2',
'qtawesome>=1.2.1',
'qtconsole>=5.5.0,<5.6.0',
Expand Down
2 changes: 1 addition & 1 deletion spyder/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
PYUCA_REQVER = '>=1.2'
PYXDG_REQVER = '>=0.26'
PYZMQ_REQVER = '>=22.1.0'
QDARKSTYLE_REQVER = '>=3.2.0,<3.3.0'
QDARKSTYLE_REQVER = '>=3.2.0,<3.2.1'
QSTYLIZER_REQVER = '>=0.2.2'
QTAWESOME_REQVER = '>=1.2.1'
QTCONSOLE_REQVER = '>=5.5.0,<5.6.0'
Expand Down

0 comments on commit 4512721

Please sign in to comment.