File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
- Increased minimum required version of GeoPandas to ` 1.0.1 `
10
10
- [ ** v0.15.1** ] Fixes bug with build script that prevented starplot data from being included in the distribution
11
11
- [ ** v0.15.2** ] Fixes a few colors in the dark blue and blue gold style extensions
12
+ - [ ** v0.15.3** ] Locks version of a few dependencies (DuckDB and Ibis)
12
13
13
14
## v0.14.x
14
15
[ Documentation] ( https://archives.starplot.dev/0.14.0/ )
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies = [
31
31
" pyogrio >= 0.10.0" ,
32
32
" rtree >= 1.2.0" ,
33
33
" requests >= 2.31.0" ,
34
- " duckdb > = 1.1.3" ,
35
- " ibis-framework[duckdb,geospatial] > = 9.5.0" ,
34
+ " duckdb ~ = 1.1.3" ,
35
+ " ibis-framework[duckdb,geospatial] ~ = 9.5.0" ,
36
36
]
37
37
38
38
[project .urls ]
Original file line number Diff line number Diff line change 1
1
"""Star charts and maps of the sky"""
2
2
3
- __version__ = "0.15.2 "
3
+ __version__ = "0.15.3 "
4
4
5
5
from .base import BasePlot # noqa: F401
6
6
from .map import MapPlot , Projection # noqa: F401
You can’t perform that action at this time.
0 commit comments