Skip to content

Commit d4a9aee

Browse files
committed
Updates to the setup.py file
1 parent 34fafdb commit d4a9aee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
'OpenPNM.Utilities',
3030
'OpenPNM.Algorithms',
3131
'OpenPNM.Postprocessing'],
32-
version='1.1-beta',
32+
version='1.1',
3333
description="A framework for conducting pore network modeling simulations of multiphase transport in porous materials.",
3434
author='OpenPNM Team',
3535
author_email='jeff.gostick@mcgill.ca',
3636
download_url='https://github.com/pmeal/OpenPNM/',
37-
url='https://github.com/pmeal/OpenPNM',
38-
install_requires = ['scipy>=0.14.0'],
37+
url='https://github.com/pmeal/OpenPNM'
3938
)

0 commit comments

Comments
 (0)