Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Feb 22, 2023
1 parent fc052c6 commit 645da5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Data Source & Format
Please see https://github.com/nkaz001/collect-binancefutures regarding collecting and converting the feed data.

Examples
~~~~~~~
~~~~~~~~
Please see `example <https://github.com/nkaz001/hftbacktest/tree/master/example>`_ directory.

Documentation
Expand Down
2 changes: 1 addition & 1 deletion hftbacktest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'Stat',
'validate_data', 'correct_local_timestamp', 'correct_exch_timestamp', 'correct')

__version__ = '1.2.0'
__version__ = '1.2.1'


def HftBacktest(data, tick_size, lot_size, maker_fee, taker_fee, order_latency, asset_type, queue_model=None,
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ project_urls =
GitHub: repo = https://github.com/nkaz001/hftbacktest
description = High-frequency trading backtesting tool
long_description = file: README.rst
long_description_content_type = text/x-rst
author = nkaz001
author_email = [email protected]
keywords = hft, high-frequency trading, trading, market-making, backtest
Expand Down Expand Up @@ -41,6 +40,6 @@ include_package_data = True

install_requires =
numba ~= 0.56
numpy ~= 1.23
numpy < 1.24, >= 1.18
pandas
matplotlib

0 comments on commit 645da5e

Please sign in to comment.