Skip to content

Commit

Permalink
chore: update pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 4, 2024
1 parent e4ea86f commit 74f2439
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions py-hftbacktest/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["maturin>=1.3.2"]
requires = ["maturin~=1.7"]
build-backend = "maturin"

[project]
name = "hftbacktest"
description = "file: ../README.rst"
readme = "../README.rst"
readme = "README.rst"
authors = [{ name = "nkaz001", email = "[email protected]" }]
license = { file = "../LICENSE" }
license = { file = "LICENSE" }
version = "2.0.0-rc0"
requires-python = ">=3.10"

Expand All @@ -19,7 +19,7 @@ classifiers = [
"Intended Audience :: Financial and Insurance Industry",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand All @@ -35,7 +35,7 @@ classifiers = [
Repository = "https://github.com/nkaz001/hftbacktest"

[project.optional-dependencies]
numpy = ["numpy >= 1.16.0, < 2.0.0"]
numpy = ["numpy ~= 1.26, < 2"]
numba = ["numba ~= 0.59"]
polars = ["polars"]
holoviews = ["holoviews"]
Expand Down

0 comments on commit 74f2439

Please sign in to comment.