Skip to content

Commit

Permalink
fix: import in python package
Browse files Browse the repository at this point in the history
  • Loading branch information
tillwenke committed Jan 9, 2025
1 parent 58c2042 commit 010326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import setuptools

VERSION = "0.1.2"
VERSION = "0.1.3"

NAME = "heatchmap"

INSTALL_REQUIRES = [
"huggingface-hub==0.27.1"
"huggingface-hub==0.27.1",
"geopandas==1.0.1",
"matplotlib==3.10.0",
"numpy==2.2.1",
Expand Down

0 comments on commit 010326d

Please sign in to comment.