Skip to content

Commit 89e98bc

Browse files
committed
update dependencies
1 parent 0685e93 commit 89e98bc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

FlowCyPy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
__version__ = version = '1.0.1'
2222
__version_tuple__ = version_tuple = (1, 0, 1)
2323

24-
__commit_id__ = commit_id = 'gb71094881'
24+
__commit_id__ = commit_id = 'g127e9ee5f'

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requirements:
4343
- numpy >=2.0
4444
- pint ~=0.24
4545
- martinpdes::pymiesim ==5.0.4
46-
- martinpdes::mpsplots ==1.8.8
46+
- martinpdes::mpsplots >=1.8.9
4747
- martinpdes::typedunit
4848

4949
about:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dependencies = [
5757
"pydantic ~=2.9",
5858
"numpy >=2.0",
5959
'pint ~=0.24',
60-
'PyMieSim==5.0.2',
61-
'MPSPlots >=1.8.1',
60+
'PyMieSim ==5.0.2',
61+
'MPSPlots >=1.8.9',
6262
"TypedUnit"
6363
]
6464

0 commit comments

Comments
 (0)