Skip to content

Commit

Permalink
Ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Dal Molin committed Dec 3, 2020
1 parent 8fe3f41 commit 38fe921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
superflexpy==1.0.0
superflexpy
matplotlib==3.3.*
numba==0.50.*
numpy==1.19.*
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='superflexpy',
version='1.1.0',
version='1.2.0',
author='Marco Dal Molin, Fabrizio Fenicia, Dmitri Kavetski',
author_email='[email protected]',
description='Framework for building hydrological models',
Expand All @@ -17,7 +17,7 @@
'Development Status :: 5 - Production/Stable', # https://martin-thoma.com/software-development-stages/
],
install_requires=[
'numpy>=1.16.4',
'numba>=0.49.0',
'numpy>=1.19.*',
'numba>=0.50.*',
],
)

0 comments on commit 38fe921

Please sign in to comment.