Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astanziola committed Nov 24, 2023
1 parent 7f4f098 commit 1b68159
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 100 deletions.
10 changes: 0 additions & 10 deletions docs/exceptions.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/operators/differential.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $$
$$

{{ implementations('jaxdf.operators.differential', 'diag_jacobian') }}

## `gradient`

Given a field $u$, it returns the vector field
Expand Down
76 changes: 0 additions & 76 deletions docs/operators/magic.md

This file was deleted.

1 change: 0 additions & 1 deletion jaxdf/operators/differential.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ def laplacian(x: FiniteDifferences, *, params=None) -> FiniteDifferences:
Args:
x: FiniteDifferences field
stagger: Stagger of the derivative
Returns:
The gradient of the field
Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ nav:
- differential: operators/differential.md
- functions: operators/functions.md
- linear algebra: operators/linear_algebra.md
- magic: operators/magic.md
- util: util.md
- Changelog: changelog.md
- Contributing: contributing.md
Expand All @@ -93,7 +92,6 @@ plugins:
python:
rendering:
show_source: false
custom_templates: templates
- search
- mermaid2
- macros:
Expand Down
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,27 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
plum-dispatch = "^2.2.2"
jax = "^0.4"
jax = "^0.4.20"
equinox = "^0.11.2"

[tool.poetry.group.dev.dependencies]
coverage = "^7.2.7"
coverage = "^7.3.2"
mypy = "^1.4.0"
plumkdocs = "^0.0.4"
pre-commit = "^3.3.3"
mkdocs-material-extensions = "^1.0.3"
mkdocs-material = "^9.4.10"
mkdocs-jupyter = "^0.24.1"
mkdocs-autorefs = "^0.4.1"
mkdocs-material-extensions = "^1.3.1"
mkdocs-material = "^9.4.12"
mkdocs-jupyter = "^0.24.6"
mkdocs-autorefs = "^0.5.0"
mkdocs-mermaid2-plugin = "^0.6.0"
mkdocstrings-python = "^1.1.2"
mkdocstrings-python = "^1.7.5"
isort = "^5.12.0"
pycln = "^2.1.5"
pycln = "^2.4.0"
python-kacl = "^0.4.6"
mkdocs-macros-plugin = "^1.0.1"
pymdown-extensions = "^10.0.1"
mkdocs-macros-plugin = "^1.0.5"
pymdown-extensions = "^10.4"
pytest = "^7.4.0"
plumkdocs = "^0.0.5"
jupyterlab = "^4.0.9"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 1b68159

Please sign in to comment.