Skip to content

Commit

Permalink
Pin mantichora as a dependency of alphatwirl
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Apr 3, 2020
1 parent c7d9d10 commit 1afbc86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.17.5] - 2020-04-03
### Changed
### Added
- Add `observed` option to BinnedDataframe for speed boost with many bins, PR #118 [@BenKrikler](https://github.com/benkrikler)

### Changed
- Pin the version for the Mantichora package that AlphaTwirl depends on

## [0.17.4] - 2020-03-12
### Changed
- `pad_missing` was replacing bin contents when set to True, PR #116 [@BenKrikler](https://github.com/benkrikler)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def get_version():
return _globals["__version__"]


requirements = ['atuproot==0.1.13', 'atsge==0.2.1', 'fast-flow', 'fast-curator', 'awkward',
requirements = ['atuproot==0.1.13', 'atsge==0.2.1', 'mantichora==0.9.7',
'fast-flow', 'fast-curator', 'awkward',
'pandas', 'numpy', 'numba', 'numexpr', 'uproot>=3']
repositories = []

Expand Down

0 comments on commit 1afbc86

Please sign in to comment.