Skip to content

Commit 4d6f307

Browse files
committed
Bump required version of OpenMC.
1 parent 67fd81d commit 4d6f307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Dependencies
3838
'python_requires': '>=3.5',
3939
'install_requires': [
40-
'openmc>=0.11.0', 'numpy', 'matplotlib', 'PySide2'
40+
'openmc>0.12.0', 'numpy', 'matplotlib', 'PySide2'
4141
],
4242
'extras_require': {
4343
'test' : ['pytest', 'pytest-qt'],

0 commit comments

Comments
 (0)