Skip to content

Commit

Permalink
own sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
tillwenke committed Jan 18, 2025
1 parent edfd9cc commit 9ce7ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- osmnx==1.7.0
- pandas==2.2.3
- rasterio==1.4.3
- scikit-learn==1.6.0
- git+https://github.com/Hitchwiki/scikit-learn.git@main
- scipy==1.15.0
- shapely==2.0.6
- tqdm==4.67.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import setuptools

VERSION = "0.1.28"
VERSION = "0.1.29"

NAME = "heatchmap"

Expand Down

0 comments on commit 9ce7ba7

Please sign in to comment.