We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b6e66 commit 6de06ccCopy full SHA for 6de06cc
1 file changed
setup.py
@@ -6,4 +6,9 @@
6
7
from setuptools import setup
8
9
-setup(name='pyro')
+setup(name='pyro',
10
+ version='2.2.0',
11
+ url='https://github.com/python-hydro/pyro2',
12
+ license='BSD',
13
+ install_requires=['numpy', 'numba', 'matplotlib', 'h5py'])
14
+
0 commit comments