Skip to content

Commit

Permalink
Merge from 5.x: PR #19922
Browse files Browse the repository at this point in the history
Fixes #18642
  • Loading branch information
ccordoba12 committed Oct 24, 2022
2 parents e710df8 + 6b21184 commit 0d6db54
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 @@ -36,7 +36,7 @@ dependencies:
- pyzmq >=22.1.0
- qdarkstyle >=3.0.2,<3.1.0
- qstylizer >=0.2.2
- qtawesome >=1.0.2
- qtawesome >=1.2.1
- qtconsole >=5.3.2,<5.4.0
- qtpy >=2.1.0
- rtree >=0.9.7
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- pyzmq >=22.1.0
- qdarkstyle >=3.0.2,<3.1.0
- qstylizer >=0.2.2
- qtawesome >=1.0.2
- qtawesome >=1.2.1
- qtconsole >=5.3.2,<5.4.0
- qtpy >=2.1.0
- rtree >=0.9.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def run(self):
'pyzmq>=22.1.0',
'qdarkstyle>=3.0.2,<3.1.0',
'qstylizer>=0.2.2',
'qtawesome>=1.0.2',
'qtawesome>=1.2.1',
'qtconsole>=5.3.2,<5.4.0',
'qtpy>=2.1.0',
'rtree>=0.9.7',
Expand Down
2 changes: 1 addition & 1 deletion spyder/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
PYZMQ_REQVER = '>=22.1.0'
QDARKSTYLE_REQVER = '>=3.0.2;<3.1.0'
QSTYLIZER_REQVER = '>=0.2.2'
QTAWESOME_REQVER = '>=1.0.2'
QTAWESOME_REQVER = '>=1.2.1'
QTCONSOLE_REQVER = '>=5.3.2;<5.4.0'
QTPY_REQVER = '>=2.1.0'
RTREE_REQVER = '>=0.9.7'
Expand Down

0 comments on commit 0d6db54

Please sign in to comment.