Skip to content

Commit

Permalink
Merge pull request #139 from FAST-HEP/BK_fix_docs
Browse files Browse the repository at this point in the history
Remove numba dependency
  • Loading branch information
benkrikler authored Nov 3, 2020
2 parents 9aa992f + a5225ef commit dedab45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
### Fixed
- Remove numba dependency, PR #139 [@benkrikler](https://github.com/benkrikler)

## [0.19.1] - 2020-10-13
### Fixed
- Fix for uproot 3.13.0, PR #138 [@benkrikler](https://github.com/benkrikler)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version():

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

setup_requirements = ['pytest-runner', ]
Expand Down

0 comments on commit dedab45

Please sign in to comment.