We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06da392 commit 977dd70Copy full SHA for 977dd70
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "discretisedfield"
7
-version = "0.91.0"
+version = "0.92.0"
8
description = "Python package for the analysis and visualisation of finite-difference fields."
9
readme = "README.md"
10
requires-python = ">=3.9"
@@ -44,7 +44,7 @@ dependencies = [
44
"pandas>=1.1",
45
"scipy>=1.6",
46
"sympy>=1.10.1",
47
- "ubermagutil>=0.63.4",
+ "ubermagutil>=0.64.0",
48
"vtk>=9.1",
49
"xarray",
50
"pyvista[all]>=0.42.3"
0 commit comments