Skip to content

Commit

Permalink
limit version of numpy and shapely temporarily to solve performance p…
Browse files Browse the repository at this point in the history
…roblem
  • Loading branch information
forestbat committed Aug 21, 2024
1 parent 075424a commit 98c7ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools~=68.2.0
click~=8.1.7
geopandas~=0.14.3
numpy~=1.26.4
shapely~=2.0.3
numpy==1.26.4
shapely==2.0.1
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

import os
import sys
import random
import string

try:
from setuptools import setup
Expand All @@ -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/',
Expand Down

0 comments on commit 98c7ecb

Please sign in to comment.