Skip to content

Commit 8696c7f

Browse files
authored
Merge pull request #20277 from dalthviz/update-core-deps-541
PR: Update core dependencies for 5.4.1
2 parents 9a4b489 + 99fb433 commit 8696c7f

File tree

12 files changed

+68
-23
lines changed

12 files changed

+68
-23
lines changed

.github/workflows/test-files.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
- name: Cache conda
8181
uses: actions/cache@v2
8282
env:
83-
# Increase this value to reset cache if requirements/*.txt has not changed
83+
# Increase this value to reset cache if requirements/*.yml has not changed
8484
CACHE_NUMBER: 0
8585
with:
8686
path: ~/conda_pkgs_dir
87-
key: ${{ runner.os }}-cacheconda-installconda-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt') }}
87+
key: ${{ runner.os }}-cacheconda-installconda-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml') }}
8888
- name: Cache pip
8989
if: env.RUN_BUILD == 'true'
9090
uses: actions/cache@v2
@@ -99,7 +99,6 @@ jobs:
9999
auto-update-conda: false
100100
auto-activate-base: false
101101
python-version: ${{ matrix.PYTHON_VERSION }}
102-
use-only-tar-bz2: true
103102
channels: conda-forge,defaults
104103
channel-priority: strict
105104
miniforge-variant: Mambaforge

.github/workflows/test-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
CACHE_NUMBER: 0
9090
with:
9191
path: ~/conda_pkgs_dir
92-
key: ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt') }}
92+
key: ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml') }}
9393
- name: Cache pip
9494
if: env.RUN_BUILD == 'true'
9595
uses: actions/cache@v2
@@ -104,7 +104,6 @@ jobs:
104104
auto-update-conda: false
105105
auto-activate-base: false
106106
python-version: ${{ matrix.PYTHON_VERSION }}
107-
use-only-tar-bz2: true
108107
channels: conda-forge,defaults
109108
channel-priority: strict
110109
miniforge-variant: Mambaforge

.github/workflows/test-mac.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
CACHE_NUMBER: 0
8383
with:
8484
path: ~/conda_pkgs_dir
85-
key: ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt') }}
85+
key: ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml') }}
8686
- name: Cache pip
8787
if: env.RUN_BUILD == 'true'
8888
uses: actions/cache@v2
@@ -97,7 +97,6 @@ jobs:
9797
auto-update-conda: false
9898
auto-activate-base: false
9999
python-version: ${{ matrix.PYTHON_VERSION }}
100-
use-only-tar-bz2: true
101100
channels: conda-forge,defaults
102101
channel-priority: strict
103102
miniforge-variant: Mambaforge

.github/workflows/test-win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
CACHE_NUMBER: 0
8383
with:
8484
path: ~/conda_pkgs_dir
85-
key: ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.txt') }}
85+
key: ${{ runner.os }}-cacheconda-install${{ matrix.INSTALL_TYPE }}-${{ matrix.PYTHON_VERSION }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/*.yml') }}
8686
- name: Cache pip
8787
if: env.RUN_BUILD == 'true'
8888
uses: actions/cache@v2
@@ -97,7 +97,6 @@ jobs:
9797
auto-update-conda: false
9898
auto-activate-base: false
9999
python-version: ${{ matrix.PYTHON_VERSION }}
100-
use-only-tar-bz2: true
101100
channels: conda-forge,defaults
102101
channel-priority: strict
103102
miniforge-variant: Mambaforge

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- pyqt <5.16
3232
- pyqtwebengine <5.16
3333
- python-lsp-black >=1.2.0
34-
- python-lsp-server >=1.6.0,<1.7.0
34+
- python-lsp-server >=1.7.0,<1.8.0
3535
- pyxdg >=0.26
3636
- pyzmq >=22.1.0
3737
- qdarkstyle >=3.0.2,<3.1.0
@@ -42,7 +42,7 @@ dependencies:
4242
- rtree >=0.9.7
4343
- setuptools >=49.6.0
4444
- sphinx >=0.6.6
45-
- spyder-kernels >=2.4.0,<2.5.0
45+
- spyder-kernels >=2.4.1,<2.5.0
4646
- textdistance >=4.2.0
4747
- three-merge >=0.1.1
4848
- watchdog >=0.10.3

external-deps/python-lsp-server/.gitrepo

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

external-deps/python-lsp-server/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

installers/Windows/req-extras-pull-request.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rope
1010
yapf
1111

1212
# Scientific packages (for Same as Spyder)
13-
numpy<1.23
13+
numpy
1414
scipy
1515
pandas
1616
openpyxl # pandas optional dependency to handle Excel files

installers/Windows/req-extras-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rope
1010
yapf
1111

1212
# Scientific packages (for Same as Spyder)
13-
numpy<1.23
13+
numpy
1414
scipy
1515
pandas
1616
openpyxl # pandas optional dependency to handle Excel files

requirements/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- pyqt <5.16
3030
- pyqtwebengine <5.16
3131
- python-lsp-black >=1.2.0
32-
- python-lsp-server >=1.6.0,<1.7.0
32+
- python-lsp-server >=1.7.0,<1.8.0
3333
- pyzmq >=22.1.0
3434
- qdarkstyle >=3.0.2,<3.1.0
3535
- qstylizer >=0.2.2
@@ -39,7 +39,7 @@ dependencies:
3939
- rtree >=0.9.7
4040
- setuptools >=49.6.0
4141
- sphinx >=0.6.6
42-
- spyder-kernels >=2.4.0,<2.5.0
42+
- spyder-kernels >=2.4.1,<2.5.0
4343
- textdistance >=4.2.0
4444
- three-merge >=0.1.1
4545
- watchdog >=0.10.3

0 commit comments

Comments
 (0)