Skip to content

Commit

Permalink
Merge pull request #64 from martindurant/docs
Browse files Browse the repository at this point in the history
Update docs build
  • Loading branch information
martindurant committed Jun 25, 2024
2 parents 21b6096 + 192d629 commit c6fca12
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "akimbo"
description = "Awkward Array Pandas Extension"
description = "Awkward Array Extension for Dataframes"
readme = "README.md"
license = "BSD-3-Clause"
requires-python = ">=3.9"
Expand All @@ -28,36 +28,20 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"awkward>=2.3.2",
"pandas>=1.2",
"awkward>=2.6.0"
]
dynamic = ["version"]

[project.optional-dependencies]
complete = [
"akimbo[strings,parquet,dask]",
]
dask = [
"dask[dataframe]",
]
parquet = [
"pyarrow",
]
strings = [
"pyarrow >=7.0.0",
]
test = [
"akimbo[complete]",
"pytest >=6.0",
"pytest-cov >=3.0.0",
"distributed",
"polars"
]
docs = [
"sphinx",
"furo",
"nbsphinx",
"ipython",
"pandas", "polars", "dask", "pyarrow", "pandoc"
]
test = [
"pandas", "polars", "dask", "pyarrow", "pytest", "pytest-cov"
]

[project.urls]
Expand Down

0 comments on commit c6fca12

Please sign in to comment.