We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fafdb commit d4a9aeeCopy full SHA for d4a9aee
setup.py
@@ -29,11 +29,10 @@
29
'OpenPNM.Utilities',
30
'OpenPNM.Algorithms',
31
'OpenPNM.Postprocessing'],
32
- version='1.1-beta',
+ version='1.1',
33
description="A framework for conducting pore network modeling simulations of multiphase transport in porous materials.",
34
author='OpenPNM Team',
35
author_email='jeff.gostick@mcgill.ca',
36
download_url='https://github.com/pmeal/OpenPNM/',
37
- url='https://github.com/pmeal/OpenPNM',
38
- install_requires = ['scipy>=0.14.0'],
+ url='https://github.com/pmeal/OpenPNM'
39
)
0 commit comments