File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
- sphinx_rtd_theme
7
7
- myst-parser
8
8
- defusedxml =0.7.1
9
- - pandas =2.3.1
9
+ - pandas =2.3.2
10
10
- pyyaml =6.0.2
11
11
- jinja2 =3.1.6
12
12
- paramiko =4.0.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
dependencies :
4
4
- defusedxml =0.7.1
5
5
- coverage
6
- - pandas =2.3.1
6
+ - pandas =2.3.2
7
7
- pyyaml =6.0.2
8
8
- jinja2 =3.1.6
9
9
- paramiko =4.0.0
Original file line number Diff line number Diff line change @@ -204,9 +204,6 @@ jobs:
204
204
- operating-system : ubuntu-latest
205
205
python-version : ' 3.10'
206
206
207
- - operating-system : ubuntu-latest
208
- python-version : 3.9
209
-
210
207
steps :
211
208
- uses : actions/checkout@v4
212
209
- name : Conda config
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
dependencies :
4
4
- defusedxml =0.7.1
5
5
- coverage
6
- - pandas =2.3.1
6
+ - pandas =2.3.2
7
7
- pyyaml =6.0.2
8
8
- jinja2 =3.1.6
9
9
- paramiko =4.0.0
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" jinja2==3.1.6" ,
4
- " pandas==2.3.1 " ,
4
+ " pandas==2.3.2 " ,
5
5
" pyyaml==6.0.2" ,
6
6
" hatchling==1.27.0" ,
7
7
" hatch-vcs==0.5.0" ,
@@ -32,7 +32,7 @@ classifiers = [
32
32
]
33
33
dependencies = [
34
34
" jinja2==3.1.6" ,
35
- " pandas==2.3.1 " ,
35
+ " pandas==2.3.2 " ,
36
36
" pyyaml==6.0.2" ,
37
37
]
38
38
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments