Skip to content

Commit

Permalink
Merge pull request #179 from ACCESS-Cloud-Based-InSAR/cmarshak-dask
Browse files Browse the repository at this point in the history
Update environment.yml
  • Loading branch information
cmarshak authored Mar 12, 2024
2 parents 74d5c54 + 2d9b821 commit d6f13f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.5]

### Added
* Include `dask` in environment.yml as it appears to not be correctly handled in pandera: https://github.com/unionai-oss/pandera/issues/1525

## [0.3.4]

### Changed
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- affine
- asf_search>=5.0.0
- boto3
- dask # see https://github.com/unionai-oss/pandera/issues/1525
- dateparser
- flake8
- flake8-blind-except
Expand Down

0 comments on commit d6f13f5

Please sign in to comment.