We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff39dfb commit b50865bCopy full SHA for b50865b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "oommfc"
7
-version = "0.63.0"
+version = "0.64.0"
8
description = "OOMMF calculator."
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -37,11 +37,11 @@ classifiers = [
37
]
38
39
dependencies = [
40
- "micromagneticmodel>=0.62.0",
41
- "micromagnetictests>=0.62.0",
+ "micromagneticmodel>=0.63.0",
+ "micromagnetictests>=0.63.0",
42
"ubermagtable>=0.61.1",
43
"ubermagutil>=0.63.0",
44
- "micromagneticdata>=0.63.0"
+ "micromagneticdata>=0.65.0"
45
46
47
[project.optional-dependencies]
0 commit comments