We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e5b17 commit 84c50daCopy full SHA for 84c50da
1 file changed
pyproject.toml
@@ -21,20 +21,20 @@ classifiers = [
21
"Operating System :: Unix",
22
]
23
dependencies = [
24
- 'simple-build-system >= 1.7.0'
+ 'simple-build-system >= 1.7.1'
25
26
27
[project.optional-dependencies]
28
recommended = [
29
'numpy',
30
- 'ncrystal>=4.1.6',
31
- 'mcpl>=2.0.0',
+ 'ncrystal>=4.2.10',
+ 'mcpl>=2.2.4',
32
'matplotlib'
33
34
all = [
35
36
- 'ncrystal[all]>=4.1.6',
37
+ 'ncrystal[all]>=4.2.10',
38
'matplotlib',
39
'scipy',
40
'pandas',
0 commit comments