File tree Expand file tree Collapse file tree 12 files changed +68
-23
lines changed
external-deps/python-lsp-server Expand file tree Collapse file tree 12 files changed +68
-23
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ jobs:
80
80
- name : Cache conda
81
81
uses : actions/cache@v2
82
82
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
84
84
CACHE_NUMBER : 0
85
85
with :
86
86
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 ') }}
88
88
- name : Cache pip
89
89
if : env.RUN_BUILD == 'true'
90
90
uses : actions/cache@v2
99
99
auto-update-conda : false
100
100
auto-activate-base : false
101
101
python-version : ${{ matrix.PYTHON_VERSION }}
102
- use-only-tar-bz2 : true
103
102
channels : conda-forge,defaults
104
103
channel-priority : strict
105
104
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 89
89
CACHE_NUMBER : 0
90
90
with :
91
91
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 ') }}
93
93
- name : Cache pip
94
94
if : env.RUN_BUILD == 'true'
95
95
uses : actions/cache@v2
@@ -104,7 +104,6 @@ jobs:
104
104
auto-update-conda : false
105
105
auto-activate-base : false
106
106
python-version : ${{ matrix.PYTHON_VERSION }}
107
- use-only-tar-bz2 : true
108
107
channels : conda-forge,defaults
109
108
channel-priority : strict
110
109
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 82
82
CACHE_NUMBER : 0
83
83
with :
84
84
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 ') }}
86
86
- name : Cache pip
87
87
if : env.RUN_BUILD == 'true'
88
88
uses : actions/cache@v2
97
97
auto-update-conda : false
98
98
auto-activate-base : false
99
99
python-version : ${{ matrix.PYTHON_VERSION }}
100
- use-only-tar-bz2 : true
101
100
channels : conda-forge,defaults
102
101
channel-priority : strict
103
102
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 82
82
CACHE_NUMBER : 0
83
83
with :
84
84
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 ') }}
86
86
- name : Cache pip
87
87
if : env.RUN_BUILD == 'true'
88
88
uses : actions/cache@v2
97
97
auto-update-conda : false
98
98
auto-activate-base : false
99
99
python-version : ${{ matrix.PYTHON_VERSION }}
100
- use-only-tar-bz2 : true
101
100
channels : conda-forge,defaults
102
101
channel-priority : strict
103
102
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
- pyqt <5.16
32
32
- pyqtwebengine <5.16
33
33
- 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
35
35
- pyxdg >=0.26
36
36
- pyzmq >=22.1.0
37
37
- qdarkstyle >=3.0.2,<3.1.0
@@ -42,7 +42,7 @@ dependencies:
42
42
- rtree >=0.9.7
43
43
- setuptools >=49.6.0
44
44
- sphinx >=0.6.6
45
- - spyder-kernels >=2.4.0 ,<2.5.0
45
+ - spyder-kernels >=2.4.1 ,<2.5.0
46
46
- textdistance >=4.2.0
47
47
- three-merge >=0.1.1
48
48
- watchdog >=0.10.3
Original file line number Diff line number Diff line change 10
10
yapf
11
11
12
12
# Scientific packages (for Same as Spyder)
13
- numpy<1.23
13
+ numpy
14
14
scipy
15
15
pandas
16
16
openpyxl # pandas optional dependency to handle Excel files
Original file line number Diff line number Diff line change 10
10
yapf
11
11
12
12
# Scientific packages (for Same as Spyder)
13
- numpy<1.23
13
+ numpy
14
14
scipy
15
15
pandas
16
16
openpyxl # pandas optional dependency to handle Excel files
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
- pyqt <5.16
30
30
- pyqtwebengine <5.16
31
31
- 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
33
33
- pyzmq >=22.1.0
34
34
- qdarkstyle >=3.0.2,<3.1.0
35
35
- qstylizer >=0.2.2
@@ -39,7 +39,7 @@ dependencies:
39
39
- rtree >=0.9.7
40
40
- setuptools >=49.6.0
41
41
- sphinx >=0.6.6
42
- - spyder-kernels >=2.4.0 ,<2.5.0
42
+ - spyder-kernels >=2.4.1 ,<2.5.0
43
43
- textdistance >=4.2.0
44
44
- three-merge >=0.1.1
45
45
- watchdog >=0.10.3
You can’t perform that action at this time.
0 commit comments