Skip to content

Commit

Permalink
make viresclient and hapiclient optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Oct 29, 2024
1 parent e2e8dcd commit 519807f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[project]
name = "pyspedas"
description = "Python Space Physics Environment Data Analysis Software (pySPEDAS)"
authors = [
{ name="Jim Lewis", email="[email protected]" }
]
authors = [{ name = "Jim Lewis", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.9"
license = "MIT"
Expand All @@ -18,15 +16,11 @@ dependencies = [
"netCDF4",
"astropy",
"scipy",
"hapiclient>=0.2.2",
"viresclient",
]

[project.optional-dependencies]
analysis = [
"geopack>=1.0.11",
"pywavelets",
]
analysis = ["geopack>=1.0.11", "pywavelets"]
client = ["viresclient", "hapiclient>=0.2.2"]

[project.urls]
Documentation = "https://pyspedas.readthedocs.io"
Expand Down

0 comments on commit 519807f

Please sign in to comment.