We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67fd81d + 4d6f307 commit 5cb70cdCopy full SHA for 5cb70cd
1 file changed
setup.py
@@ -37,7 +37,7 @@
37
# Dependencies
38
'python_requires': '>=3.5',
39
'install_requires': [
40
- 'openmc>=0.11.0', 'numpy', 'matplotlib', 'PySide2'
+ 'openmc>0.12.0', 'numpy', 'matplotlib', 'PySide2'
41
],
42
'extras_require': {
43
'test' : ['pytest', 'pytest-qt'],
0 commit comments