Skip to content

Commit

Permalink
Merge from 5.x: PR #15178
Browse files Browse the repository at this point in the history
Fixes #15176
  • Loading branch information
ccordoba12 committed Apr 7, 2021
2 parents ef2dc9b + 8228c7c commit cdfed5a
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 >=17
- qdarkstyle =3.0.2
- qstylizer >=0.1.10
- qtawesome >=0.5.7
- qtawesome >=1.0.2
- qtconsole >=5.0.3
- qtpy >=1.5.0
- rtree >=0.8.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pyxdg >=0.26
pyzmq >=17
qdarkstyle =3.0.2
qstylizer >=0.1.10
qtawesome >=0.5.7
qtawesome >=1.0.2
qtconsole >=5.0.3
qtpy >=1.5.0
rtree >=0.8.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def run(self):
'pyzmq>=17',
'qdarkstyle==3.0.2',
'qstylizer>=0.1.10',
'qtawesome>=0.5.7',
'qtawesome>=1.0.2',
'qtconsole>=5.0.3',
'qtpy>=1.5.0',
'setuptools>=39.0.0',
Expand Down
2 changes: 1 addition & 1 deletion spyder/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
PYZMQ_REQVER = '>=17'
QDARKSTYLE_REQVER = '=3.0.2'
QSTYLIZER_REQVER = '>=0.1.10'
QTAWESOME_REQVER = '>=0.5.7'
QTAWESOME_REQVER = '>=1.0.2'
QTCONSOLE_REQVER = '>=5.0.3'
QTPY_REQVER = '>=1.5.0'
RTREE_REQVER = '>=0.8.3'
Expand Down

0 comments on commit cdfed5a

Please sign in to comment.