Skip to content

Commit

Permalink
Merge pull request #162 from NREL/pandas_fix_aws
Browse files Browse the repository at this point in the history
Pinning pandas version for aws postprocessing
  • Loading branch information
nmerket authored Jun 11, 2020
2 parents 41fe789 + 5953c40 commit 4ab5974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions buildstockbatch/aws/s3_assets/bootstrap-dask-custom
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ conda install \
-q \
python=3.7 \
"dask-yarn>=0.7.0" \
pandas \
"pandas>=1.0.0,!=1.0.4" \
"pyarrow>=0.14.1" \
pandas \
s3fs \
conda-pack \
tornado=5
Expand Down
2 changes: 1 addition & 1 deletion buildstockbatch/aws/s3_assets/setup_postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'dask[complete]',
's3fs>=0.4.0',
'boto3',
'pandas',
'pandas>=1.0.0,!=1.0.4',
'pyarrow>=0.14.1',
]
)

0 comments on commit 4ab5974

Please sign in to comment.