Skip to content

Commit 297c2cb

Browse files
committed
Update Python and OpenMC version dependency
1 parent ab9d7f9 commit 297c2cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
],
5151

5252
# Dependencies
53-
'python_requires': '>=3.6',
53+
'python_requires': '>=3.8',
5454
'install_requires': [
55-
'openmc>0.12.2', 'numpy', 'matplotlib', 'PySide6'
55+
'openmc>0.14.0', 'numpy', 'matplotlib', 'PySide6'
5656
],
5757
'extras_require': {
5858
'test' : ['pytest', 'pytest-qt'],

0 commit comments

Comments
 (0)