Skip to content

Commit

Permalink
chore: update numba and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Apr 24, 2024
1 parent c4cef91 commit 0e39877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hftbacktest/__init__.py
Expand Up @@ -136,7 +136,7 @@
'correct'
)

__version__ = '1.8.0'
__version__ = '1.8.1'


# JIT'ed latency models
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Expand Up @@ -33,13 +33,13 @@ classifiers =
Topic :: Office/Business :: Financial :: Investment

[options]
python_requires = >=3.8
python_requires = >=3.9
packages = find:
zip_safe = False
include_package_data = True

install_requires =
numba ~= 0.57
numpy < 1.25, >= 1.21
numba ~= 0.59
numpy < 1.27, >= 1.22
pandas
matplotlib

0 comments on commit 0e39877

Please sign in to comment.