Skip to content

Commit

Permalink
Update dependencies in pyproject.toml and uv.lock for epydeck version…
Browse files Browse the repository at this point in the history
… 1.0.0
  • Loading branch information
JoelLucaAdams committed Oct 30, 2024
1 parent 4f47200 commit 9a93123
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ authors = [
{ name = "Joel Adams", email = "[email protected]" },
]
requires-python = ">=3.9"
dependencies = [
"epydeck @ git+https://github.com/PlasmaFAIR/epydeck.git@main",
"numpy >= 1.24",
"scipy >= 1.10",
]
dependencies = ["epydeck >= 1.0.0", "numpy >= 1.24", "scipy >= 1.10"]
description = "Create campaigns of EPOCH plasma PIC code runs over a given parameter space using various sampling methods."

[project.optional-dependencies]
Expand Down Expand Up @@ -67,3 +63,6 @@ ignore = [
"PLR2004", # magic-comparison
"B9", # flake8-bugbear opinionated warnings
]

[tool.uv]
cache-keys = [{ file = "pyproject.toml" }, { git = true }]
12 changes: 8 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a93123

Please sign in to comment.