Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Nov 7, 2024
1 parent 3babce2 commit b2bff42
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies = [
"polars",
"pyarrow",
"pydantic",
"scipy",
"fastcore",
"pdpipe",
"tqdm",
Expand All @@ -24,8 +25,9 @@ requires = ["pdm-backend"]
build-backend = "pdm.backend"

[project.optional-dependencies]
accel = ["xarray[accel]", "modin[ray]"]
accel = ["xarray[accel]", "modin[ray]", "numba"]
plot = ["matplotlib", "pyspedas", "hvplot>=0.10.0", "holoviews"]
dev = ["ipykernel", "nbdev"]

[project.urls]
Homepage = "https://beforerr.github.io/discontinuitypy"
Expand All @@ -39,14 +41,10 @@ channels = ["conda-forge"]
platforms = ["osx-arm64", "linux-64"]

[tool.pixi.environments]
default = ["plot", "accel"]
default = ["dev", "plot", "accel"]

[tool.pixi.dependencies]
ipykernel = "*"
scipy = "*"
numba = "*"
netcdf4 = "*" # for `pytables`

[tool.pixi.pypi-dependencies]
discontinuitypy = { path = ".", editable = true }
nbdev = "*"
discontinuitypy = { path = ".", editable = true }

0 comments on commit b2bff42

Please sign in to comment.