Skip to content

Commit 046c165

Browse files
New package: SpaceWeather v0.1.0 (#145710)
UUID: 6e6210c8-0d11-4989-92a2-df0be76561ad Repo: https://github.com/JuliaSpacePhysics/SpaceWeather.jl.git Tree: 0d4050b493621122d0c8b91ca7514c5bf7436a68 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent 888866a commit 046c165

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5678,6 +5678,7 @@ some amount of consideration when choosing package names.
56785678
6e4bcf07-11bd-542f-a056-5857bcc30079 = { name = "tippecanoe_jll", path = "jll/T/tippecanoe_jll" }
56795679
6e4fe5f8-bc0f-434f-9b40-863822321529 = { name = "NativeNaNMath", path = "N/NativeNaNMath" }
56805680
6e540885-1cbc-538c-85e7-b800ca60d645 = { name = "GAP_pkg_browse_jll", path = "jll/G/GAP_pkg_browse_jll" }
5681+
6e6210c8-0d11-4989-92a2-df0be76561ad = { name = "SpaceWeather", path = "S/SpaceWeather" }
56815682
6e696c72-6542-2067-7265-42206c756150 = { name = "AbstractPlutoDingetjes", path = "A/AbstractPlutoDingetjes" }
56825683
6e6cbeda-52ee-45ac-a8dc-908a1b2c6a2c = { name = "EnumSets", path = "E/EnumSets" }
56835684
6e75b9c4-186b-50bd-896f-2d2496a4843e = { name = "ScikitLearnBase", path = "S/ScikitLearnBase" }

S/SpaceWeather/Compat.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[0]
2+
AxisKeys = "0.2"
3+
CSV = "0.10"
4+
DataFrames = "1.8.0 - 1"
5+
Dates = "1"
6+
DelimitedFiles = "1"
7+
Downloads = "1"
8+
NCDatasets = "0.14"
9+
julia = "1.10.0 - 1"

S/SpaceWeather/Deps.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[0]
2+
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
3+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
4+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
6+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
7+
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
8+
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"

S/SpaceWeather/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "SpaceWeather"
2+
uuid = "6e6210c8-0d11-4989-92a2-df0be76561ad"
3+
repo = "https://github.com/JuliaSpacePhysics/SpaceWeather.jl.git"

S/SpaceWeather/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "0d4050b493621122d0c8b91ca7514c5bf7436a68"

0 commit comments

Comments
 (0)