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 a66afef commit 5a8be0aCopy full SHA for 5a8be0a
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "mammos-spindynamics"
7
-version = "0.1.8"
+version = "0.2.0"
8
description = "Spin dynamics package."
9
readme = "README.md"
10
authors = [
@@ -25,9 +25,9 @@ classifiers = [
25
]
26
requires-python = ">=3.11"
27
dependencies = [
28
- "mammos-entity>=0.2.1",
+ "mammos-entity>=0.5.0",
29
"mammos-units",
30
- "matplotlib>=3.10.1,<4",
+ "matplotlib>=3.10.1",
31
"pandas",
32
"pydantic",
33
"rich",
0 commit comments