Skip to content

Commit

Permalink
Merge from 5.x: PR #21939
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 30, 2024
2 parents 5ce3ab5 + d91fb55 commit 4b34f79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- pyzmq >=24.0.0
- qdarkstyle >=3.2.0,<3.3.0
- qstylizer >=0.2.2
- qtawesome >=1.3.0
- qtawesome >=1.3.1,<1.4.0
- qtconsole >=5.5.1,<5.6.0
- qtpy >=2.4.0
- rtree >=0.9.7
Expand Down
2 changes: 1 addition & 1 deletion installers-conda/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: spy-inst
channels:
- conda-forge
dependencies:
- boa
- boa <0.17.0 # See https://github.com/conda-forge/boa-feedstock/issues/81
- conda >=23.11.0
- conda-standalone >=23.11.0
- constructor >=3.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 @@ -36,7 +36,7 @@ dependencies:
- pyzmq >=24.0.0
- qdarkstyle >=3.2.0,<3.3.0
- qstylizer >=0.2.2
- qtawesome >=1.3.0
- qtawesome >=1.3.1,<1.4.0
- qtconsole >=5.5.1,<5.6.0
- qtpy >=2.4.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 @@ -237,7 +237,7 @@ def run(self):
'pyzmq>=24.0.0',
'qdarkstyle>=3.2.0,<3.3.0',
'qstylizer>=0.2.2',
'qtawesome>=1.3.0',
'qtawesome>=1.3.1,<1.4.0',
'qtconsole>=5.5.1,<5.6.0',
'qtpy>=2.4.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 @@ -64,7 +64,7 @@
PYZMQ_REQVER = '>=24.0.0'
QDARKSTYLE_REQVER = '>=3.2.0,<3.3.0'
QSTYLIZER_REQVER = '>=0.2.2'
QTAWESOME_REQVER = '>=1.3.0'
QTAWESOME_REQVER = '>=1.3.1,<1.4.0'
QTCONSOLE_REQVER = '>=5.5.1,<5.6.0'
QTPY_REQVER = '>=2.4.0'
RTREE_REQVER = '>=0.9.7'
Expand Down

0 comments on commit 4b34f79

Please sign in to comment.