Skip to content

Commit

Permalink
Reformated toml dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
3benknight authored Jul 25, 2024
1 parent ac24700 commit c98648f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ authors = [
{ name = "Chris R. Vernon", email = "chris.vernon@pnnl.gov" }
]
urls = { "Homepage" = "https://github.com/JGCRI/xanthos", "Repository" = "https://github.com/JGCRI/xanthos", "Documentation" = "https://github.com/JGCRI/xanthos/wiki" }
dependencies = [
"numpy>=1.24.4",
"scipy>=1.6",
"pandas~=2.0.3",
"configobj>=5.0.8",
"joblib>=1.3.2",
"matplotlib>=3.7.2",
"xarray>=2023.8.0",
"toml>=0.10.2",
"requests=*"
]

[project.optional-dependencies]
test = []

[project.dependencies]
numpy = ">=1.24.4"
scipy = ">=1.6"
pandas = "~=2.0.3"
configobj = ">=5.0.8"
joblib = ">=1.3.2"
matplotlib = ">=3.7.2"
xarray = ">=2023.8.0"
toml = ">=0.10.2"
requests = "*"

[tool.hatch.build]
include = ["README.md"]

0 comments on commit c98648f

Please sign in to comment.