Skip to content

Commit ccb8ad2

Browse files
committed
codecov ignore templates, specify pandas < 1.4 to avoid breaking changes for Python 3.8+
1 parent 1978691 commit ccb8ad2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ coverage:
2323
target: 95%
2424
paths:
2525
- "solarforecastarbiter/**/tests/.*"
26+
ignore:
27+
- "solarforecastarbiter/reports/templates/*"
2628

2729
comment: off

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'click',
5555
'netCDF4',
5656
'numpy>=1.18.2',
57-
'pandas>=1.0.3',
57+
'pandas>=1.0.3, <1.4',
5858
'requests<=2.25.1', # https://github.com/psf/requests/pull/5810
5959
'xarray',
6060
'tables',

0 commit comments

Comments
 (0)