We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3feae commit def9456Copy full SHA for def9456
2 files changed
meta.yaml
@@ -37,9 +37,9 @@ requirements:
37
38
run:
39
- python {{ PY_VER }}*
40
- - martinpdes::pyoptik
+ - martinpdes::pyoptik ==2.0.7
41
- martinpdes::mpsplots ==1.8.9
42
- - martinpdes::typedunit
+ - martinpdes::typedunit ==0.0.11
43
- matplotlib ~=3.10.3
44
- numpy ==2.2.6
45
- pandas ~=2.3.0
pyproject.toml
@@ -54,9 +54,9 @@ classifiers = [
54
]
55
56
dependencies = [
57
- "TypedUnit",
58
- "MPSPlots",
59
- "PyOptik",
+ "TypedUnit ==0.0.11",
+ "MPSPlots ==1.8.9",
+ "PyOptik ==2.0.7",
60
"setuptools_scm[toml] >=8,<11",
61
"numpy ==2.2.6",
62
"matplotlib ==3.10.9",
0 commit comments