Skip to content

Commit 05853a5

Browse files
authored
initial setup (#1)
* remove cartopy * format * add activity trigger
1 parent 3f0a27c commit 05853a5

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: tests
33
on:
44
workflow_dispatch:
55
pull_request:
6-
types: [opened, reopened]
6+
types: [opened, reopened, synchronize]
77
branches:
88
- main
99

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ create_star_chart(
3434
- pandas
3535
- matplotlib
3636
- numpy
37-
- cartopy
38-
- geopandas
3937
- pydantic
4038
- skyfield
4139
- adjustText

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Cartopy==0.20.2
2-
geopandas==0.10.2
31
matplotlib==3.5.1
42
munch==2.5.0
53
mypy-extensions==1.0.0

src/starplot/stars.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"Benetnash": 67301,
7676
"Betelgeuse": 27989, # --
7777
"Birdun": 66657,
78-
"Canopus": 30438, # --
78+
"Canopus": 30438, # --
7979
"Capella": 24608, # --
8080
"Caph": 746,
8181
"Castor": 36850, # --
@@ -84,7 +84,7 @@
8484
"Denebola": 57632,
8585
"Diphda": 3419,
8686
"Dschubba": 78401,
87-
"Dubhe": 54061, # --
87+
"Dubhe": 54061, # --
8888
"Durre Menthor": 8102,
8989
"Elnath": 25428, # --
9090
"Enif": 107315,

0 commit comments

Comments
 (0)