Skip to content

Commit

Permalink
Bumped version of py-pde to 0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed May 27, 2024
1 parent e2a17c8 commit fd47df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ matplotlib >=3.1 Visualizing results
numpy >=1.22 Array library used for storing data
numba >=0.59 Just-in-time compilation to accelerate numerics
scipy >=1.4 Miscellaneous scientific functions
py-pde >=0.38 Simulating partial differential equations
py-pde >=0.39 Simulating partial differential equations
=========== ========= =========

These package can be installed via your operating system's package manager, e.g.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"numba>=0.59",
"numpy>=1.22",
"scipy>=1.4",
"py-pde>=0.38",
"py-pde>=0.39",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ matplotlib>=3.1
numpy>=1.22
numba>=0.59
scipy>=1.4
py-pde>=0.38
py-pde>=0.39

0 comments on commit fd47df3

Please sign in to comment.