Skip to content

Commit 84c50da

Browse files
committed
Update deps
1 parent 33e5b17 commit 84c50da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ classifiers = [
2121
"Operating System :: Unix",
2222
]
2323
dependencies = [
24-
'simple-build-system >= 1.7.0'
24+
'simple-build-system >= 1.7.1'
2525
]
2626

2727
[project.optional-dependencies]
2828
recommended = [
2929
'numpy',
30-
'ncrystal>=4.1.6',
31-
'mcpl>=2.0.0',
30+
'ncrystal>=4.2.10',
31+
'mcpl>=2.2.4',
3232
'matplotlib'
3333
]
3434
all = [
3535
'numpy',
36-
'ncrystal[all]>=4.1.6',
37-
'mcpl>=2.0.0',
36+
'ncrystal[all]>=4.2.10',
37+
'mcpl>=2.2.4',
3838
'matplotlib',
3939
'scipy',
4040
'pandas',

0 commit comments

Comments
 (0)