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 19193f0 commit 0764650Copy full SHA for 0764650
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "micromagneticdata"
7
-version = "0.65.2"
+version = "0.65.3"
8
description = "Python tools for the analysis of computational magnetism data"
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -35,8 +35,8 @@ classifiers = [
35
]
36
37
dependencies = [
38
- "discretisedfield>=0.90.0",
39
- "ubermagtable>=0.61.3"
+ "discretisedfield>=0.91.0",
+ "ubermagtable>=0.61.4"
40
41
42
[project.optional-dependencies]
0 commit comments