Skip to content

Commit

Permalink
Updated version and setup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgagne committed Jan 16, 2021
1 parent f8e58e9 commit c166fb8
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,14 @@
if on_rtd:
requires = []
else:
requires = ["numpy>=1.10",
"pandas>=0.15",
"scipy",
"matplotlib>=1.5",
"netCDF4",
"scikit-learn>=0.16",
"scikit-image",
"pyproj",
"xarray",
"pygrib",
"arrow>=0.8.0",
]
with open("requirements.txt") as require_file:
requires = [r.strip() for r in require_file.readlines()]

if __name__ == "__main__":
pkg_description = "Hagelslag is a Python package for storm-based analysis, forecasting, and evaluation."

setup(name="hagelslag",
version="0.3",
version="0.4.0b1",
description="Object-based severe weather forecast system",
author="David John Gagne",
author_email="[email protected]",
Expand Down

0 comments on commit c166fb8

Please sign in to comment.