Skip to content

Commit 38fe921

Browse files
author
Marco Dal Molin
committed
Ready to release
1 parent 8fe3f41 commit 38fe921

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
superflexpy==1.0.0
1+
superflexpy
22
matplotlib==3.3.*
33
numba==0.50.*
44
numpy==1.19.*

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name='superflexpy',
6-
version='1.1.0',
6+
version='1.2.0',
77
author='Marco Dal Molin, Fabrizio Fenicia, Dmitri Kavetski',
88
author_email='marco.dalmolin.1991@gmail.com',
99
description='Framework for building hydrological models',
@@ -17,7 +17,7 @@
1717
'Development Status :: 5 - Production/Stable', # https://martin-thoma.com/software-development-stages/
1818
],
1919
install_requires=[
20-
'numpy>=1.16.4',
21-
'numba>=0.49.0',
20+
'numpy>=1.19.*',
21+
'numba>=0.50.*',
2222
],
2323
)

0 commit comments

Comments
 (0)