Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillwenke committed Jan 26, 2025
1 parent 4b5d142 commit e7040b4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down

0 comments on commit e7040b4

Please sign in to comment.