Skip to content

Commit 1afbc86

Browse files
committed
Pin mantichora as a dependency of alphatwirl
1 parent c7d9d10 commit 1afbc86

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

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

13+
### Changed
14+
- Pin the version for the Mantichora package that AlphaTwirl depends on
15+
1316
## [0.17.4] - 2020-03-12
1417
### Changed
1518
- `pad_missing` was replacing bin contents when set to True, PR #116 [@BenKrikler](https://github.com/benkrikler)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def get_version():
2121
return _globals["__version__"]
2222

2323

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

0 commit comments

Comments
 (0)