Skip to content

Commit

Permalink
specify python version >=3.8 and pandas min version in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Jun 28, 2024
1 parent 206d246 commit 34ada2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "maturin"

[project]
name = "demoparser2"
requires-python = ">=3.7"
dependencies = ["pandas", "numpy", "polars", "pyarrow", "tqdm"]
requires-python = ">=3.8"
dependencies = ["pandas>=1.5.0", "numpy", "polars", "pyarrow", "tqdm"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 34ada2e

Please sign in to comment.