diff --git a/setup.py b/setup.py index 569dfec..a4f2ec1 100644 --- a/setup.py +++ b/setup.py @@ -7,18 +7,18 @@ NAME = "heatchmap" INSTALL_REQUIRES = [ - "datasets==3.2.0", - "huggingface-hub==0.27.1", - "geopandas==1.0.1", - "matplotlib==3.10.0", - "numpy==2.2.1", - "osmnx==1.7.0", - "pandas==2.2.3", - "rasterio==1.4.3", - "scikit-learn==1.6.0", - "scipy==1.15.0", - "shapely==2.0.6", - "tqdm==4.67.1", + "datasets>=3.2.0", + "huggingface-hub>=0.27.1", + "geopandas>=1.0.1", + "matplotlib>=3.10.0", + "numpy>=2.2.1", + "osmnx>=1.7.0", + "pandas>=2.2.3", + "rasterio>=1.4.3", + "scikit-learn>=1.6.0", + "scipy>=1.15.0", + "shapely>=2.0.6", + "tqdm>=4.67.1", ]