Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Feb 22, 2017
1 parent 3a24f3e commit 7137c7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions impactlab_tools/acp/aggregate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

import datafs
import xarray as xr
import pandas as pd
import metacsv


def population_weighted_mean(ds, level='state', dim='fips', year=2012, api=None, pop=None):
if pop is None and api is None:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pandas==0.19.2
netCDF4==1.2.7
xarray==0.8.2
metacsv==0.0.16
datafs==0.6.5
datafs==0.6.9
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandas==0.19.2
netCDF4==1.2.7
xarray==0.8.2
metacsv==0.0.16
datafs==0.6.5
datafs==0.6.9
Sphinx==1.5.1
sphinx_rtd_theme==0.1.10a0
pip==9.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'netCDF4>=1.1',
'xarray>=0.8',
'metacsv>=0.0.16',
'datafs>=0.6.5'
'datafs>=0.6.9'
]

requirements_test = [
Expand Down

0 comments on commit 7137c7f

Please sign in to comment.