Skip to content

Commit 2d56360

Browse files
committed
Update install requirements
1 parent e28f09f commit 2d56360

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
@@ -35,9 +35,9 @@
3535
],
3636

3737
# Dependencies
38-
'python_requires': '>=3.5',
38+
'python_requires': '>=3.6',
3939
'install_requires': [
40-
'openmc>0.12.0', 'numpy', 'matplotlib', 'PySide2'
40+
'openmc>0.12.2', 'numpy', 'matplotlib', 'PySide2'
4141
],
4242
'extras_require': {
4343
'test' : ['pytest', 'pytest-qt'],

0 commit comments

Comments
 (0)