Skip to content

Commit 983a153

Browse files
authored
Merge pull request #54 from KlausC/master
2 parents a300223 + b1d0814 commit 983a153

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
data/
55
docs/build/
66
Manifest.toml
7+
.vscode

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
1212
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313

1414
[compat]
15-
ERFA = "^0.4"
16-
EarthOrientation = "^0.6"
17-
ItemGraphs = "^0.4"
18-
LeapSeconds = "^1.1"
19-
MacroTools = "^0.5"
20-
Measurements = "^2.2"
21-
MuladdMacro = "^0.2"
22-
Reexport = "^0.2"
23-
SPICE = "^0.1.1"
24-
julia = "^1"
15+
ERFA = "0.5, 0.6"
16+
EarthOrientation = "0.6, 0.7"
17+
ItemGraphs = "0.4"
18+
LeapSeconds = "1.1"
19+
MacroTools = "0.5"
20+
Measurements = "2.2"
21+
MuladdMacro = "0.2"
22+
Reexport = "0.2"
23+
SPICE = "0.1.1"
24+
julia = "1"
2525

2626
[extras]
2727
ERFA = "17511681-8477-586a-8d98-4cfd5a1f2ec3"

0 commit comments

Comments
 (0)