Skip to content

Commit def9456

Browse files
committed
fixed dependencies versions
1 parent bc3feae commit def9456

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ requirements:
3737

3838
run:
3939
- python {{ PY_VER }}*
40-
- martinpdes::pyoptik
40+
- martinpdes::pyoptik ==2.0.7
4141
- martinpdes::mpsplots ==1.8.9
42-
- martinpdes::typedunit
42+
- martinpdes::typedunit ==0.0.11
4343
- matplotlib ~=3.10.3
4444
- numpy ==2.2.6
4545
- pandas ~=2.3.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ classifiers = [
5454
]
5555

5656
dependencies = [
57-
"TypedUnit",
58-
"MPSPlots",
59-
"PyOptik",
57+
"TypedUnit ==0.0.11",
58+
"MPSPlots ==1.8.9",
59+
"PyOptik ==2.0.7",
6060
"setuptools_scm[toml] >=8,<11",
6161
"numpy ==2.2.6",
6262
"matplotlib ==3.10.9",

0 commit comments

Comments
 (0)