We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1978691 commit ccb8ad2Copy full SHA for ccb8ad2
.codecov.yml
@@ -23,5 +23,7 @@ coverage:
23
target: 95%
24
paths:
25
- "solarforecastarbiter/**/tests/.*"
26
+ ignore:
27
+ - "solarforecastarbiter/reports/templates/*"
28
29
comment: off
setup.py
@@ -54,7 +54,7 @@
54
'click',
55
'netCDF4',
56
'numpy>=1.18.2',
57
- 'pandas>=1.0.3',
+ 'pandas>=1.0.3, <1.4',
58
'requests<=2.25.1', # https://github.com/psf/requests/pull/5810
59
'xarray',
60
'tables',
0 commit comments