diff --git a/requirements.txt b/requirements.txt index 9d83eb7..d831ece 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools~=68.2.0 click~=8.1.7 geopandas~=0.14.3 -numpy~=1.26.4 -shapely~=2.0.3 \ No newline at end of file +numpy==1.26.4 +shapely==2.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index a589064..b4792f3 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,6 @@ import os import sys -import random -import string try: from setuptools import setup @@ -17,7 +15,7 @@ setup( name='hydrotopo', - version='0.0.1', + version='0.0.2', description='A project which find topologic relations among stations along rivers', entry_points={'console_scripts': ['calcstream = hydrotopo.cli:main']}, long_description='https://readthedocs.org/projects/calctest/',