Skip to content

Commit

Permalink
Remove unnecessary 'Downloads' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed May 27, 2024
1 parent 4831658 commit e4184ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "4344c47bb2ce1634e560e1dd2fd79a187666d72d"
project_hash = "398c8184ed3039e6b886caa5258b54529210ef10"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.5.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down
1 change: 0 additions & 1 deletion src/SatelliteDynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module SatelliteDynamics

# Usings
using Dates
using Downloads
using Printf
using Suppressor
using LinearAlgebra
Expand Down

0 comments on commit e4184ac

Please sign in to comment.