Skip to content

Commit

Permalink
Merge branch 'main' into python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovvik authored Jan 4, 2025
2 parents 65173e6 + d01daaf commit 9dd146a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "demoparser2"
dynamic = ["version"]
requires-python = ">=3.8"
dependencies = ["pandas>=1.5.0", "numpy", "polars", "pyarrow", "tqdm"]
classifiers = [
Expand All @@ -20,7 +21,4 @@ protobuf = "3.1.0"
path = "./csgoproto"

[profile.dev]
overflow-checks = false

[tool.maturin]
python-source = "src/python"
overflow-checks = false

0 comments on commit 9dd146a

Please sign in to comment.