Skip to content

Commit

Permalink
chore: bump scikit learn and scipy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Aug 30, 2024
1 parent 201186f commit 6f086be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ osm = [
"quackosm>=0.9.1",
]
# pdm add -G voronoi <library>
voronoi = ["pymap3d>=3.0.0", "haversine>=2.0.0", "scipy>=1.6.0", "spherical-geometry>=1.3.2"]
voronoi = ["pymap3d>=3.0.0", "haversine>=2.0.0", "scipy>=1.10.0", "spherical-geometry>=1.3.2"]
# pdm add -G gtfs <library>
gtfs = ["gtfs-kit"]
# pdm add -G plotting <library>
plotting = [
"folium>=0.14.0",
"mapclassify>=2.4.0",
"scikit-learn>=1.0.0",
"scikit-learn>=1.2.0",
"matplotlib>=3.2.0",
"plotly>=4.6.0",
"kaleido<=0.2.1,>=0.2.0",
Expand Down Expand Up @@ -117,7 +117,7 @@ docs = [
"mkdocs-gen-files",
"mkdocs-awesome-pages-plugin",
"mike>=1,<2",
"scikit-learn>=1.0.0",
"scikit-learn>=1.2.0",
"umap-learn",
]
# performance = ["scalene"]
Expand Down

0 comments on commit 6f086be

Please sign in to comment.