Skip to content

Commit 6a6308b

Browse files
committed
Update dependencies (in particular for mcpl 2.0.0)
1 parent 3ca3424 commit 6a6308b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/resources/conda-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- bash
1313
- simple-build-system>=1.7.0
1414
- ncrystal>=4.1.6
15-
- mcpl>=1.6.2
15+
- mcpl>=2.0.0
1616
- matplotlib
1717
- zlib
1818
- geant4>=11.1.3,<11.2.0

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0","setuptools-git-versioning"]
2+
requires = ["setuptools>=74.0","setuptools-git-versioning"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools-git-versioning]
@@ -27,14 +27,14 @@ dependencies = [
2727
[project.optional-dependencies]
2828
recommended = [
2929
'numpy',
30-
'ncrystal>=4.1.2',
31-
'mcpl>=1.6.2',
30+
'ncrystal>=4.1.6',
31+
'mcpl>=2.0.0',
3232
'matplotlib'
3333
]
3434
all = [
3535
'numpy',
36-
'ncrystal[all]>=4.1.2',
37-
'mcpl>=1.6.2',
36+
'ncrystal[all]>=4.1.6',
37+
'mcpl>=2.0.0',
3838
'matplotlib',
3939
'scipy',
4040
'pandas',

resources/conda_dgcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- bash
88
- simple-build-dgcode >= 1.3.0
99
- ncrystal >= 4.1.6
10-
- mcpl >= 1.6.2
10+
- mcpl >= 2.0.0
1111
- matplotlib
1212
- zlib
1313
- geant4>=11.1.3,<11.2.0

0 commit comments

Comments
 (0)