Skip to content

Commit

Permalink
issue #59: missing pyproj in install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gnrgomes committed Jan 22, 2024
1 parent 683abaa commit 5d92fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run(self):
license='EUPL 1.2',
url='https://github.com/ec-jrc/lisflood-lisvap',
setup_requires=['future', 'nine'],
install_requires=['numpy>=1.15', 'netCDF4', 'python-dateutil', 'future', 'nine', 'pathlib2'],
install_requires=['numpy>=1.15', 'netCDF4', 'python-dateutil', 'future', 'nine', 'pathlib2', 'pyproj'],
python_requires=">=2.7,!=3.0.*,!=3.1.*",
scripts=['bin/lisvap'],
zip_safe=True,
Expand Down
2 changes: 1 addition & 1 deletion src/lisvap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = version = (1, 2, 8)
version = version = (1, 2, 9)
__authors__ = "Peter Burek, Johan van der Knijff, Ad de Roo"
__version__ = '.'.join(list(map(str, version)))
__date__ = "22/01/2024"
Expand Down

0 comments on commit 5d92fac

Please sign in to comment.