diff --git a/CHANGELOG.md b/CHANGELOG.md index 81389c3..e20539c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.17.1] - 2020-02-16 -### Fixed +### Changed - Updated version in setup.py to mark as a new version +- Upgrade atsge to v0.2.0 ## [0.17.0] - 2020-02-16 ### Add diff --git a/setup.py b/setup.py index 98bd525..d3adbac 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_version(): return _globals["__version__"] -requirements = ['atuproot==0.1.13', 'atsge==0.1.11', 'fast-flow', 'fast-curator', 'awkward', +requirements = ['atuproot==0.1.13', 'atsge==0.2.0', 'fast-flow', 'fast-curator', 'awkward', 'pandas', 'numpy', 'numba', 'numexpr', 'uproot>=3'] repositories = []