mirror of
https://github.com/MillironX/docker-JuliaPro.git
synced 2024-11-21 07:36:03 +00:00
Add Kelpie to packages
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
d914a1bf42
commit
957aa47ba6
3 changed files with 8 additions and 0 deletions
|
@ -1075,6 +1075,12 @@ git-tree-sha1 = "cae5e3dfd89b209e01bcd65b3a25e74462c67ee0"
|
|||
uuid = "ef3ab10e-7fda-4108-b977-705223b18434"
|
||||
version = "0.3.0"
|
||||
|
||||
[[Kelpie]]
|
||||
deps = ["EzXML"]
|
||||
git-tree-sha1 = "b8934c11c2890eb7ae2a62e7928cda3d6f4163ca"
|
||||
uuid = "1b112299-d6bc-44e2-912a-478f25731460"
|
||||
version = "0.2.1"
|
||||
|
||||
[[KernelDensity]]
|
||||
deps = ["Distributions", "DocStringExtensions", "FFTW", "Interpolations", "StatsBase"]
|
||||
git-tree-sha1 = "591e8dc09ad18386189610acafb970032c519707"
|
||||
|
|
|
@ -25,6 +25,7 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
|
|||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
||||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
|
||||
JuliaWebAPI = "480116ec-64ea-5dec-baca-db6b11e96e37"
|
||||
Kelpie = "1b112299-d6bc-44e2-912a-478f25731460"
|
||||
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
|
||||
Knet = "1902f260-5fb4-5aff-8c31-6271790ab950"
|
||||
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
|
||||
|
|
|
@ -148,6 +148,7 @@ this image.
|
|||
- [x] [JSON3](https://github.com/quinnj/JSON3.jl)
|
||||
- [x] [YAML](https://github.com/JuliaData/YAML.jl)
|
||||
- [x] [NLsolve](https://github.com/JuliaNLSolvers/NLsolve.jl)
|
||||
- [x] [Kelpie](https://github.com/MillironX/Kelpie.jl)
|
||||
|
||||
[^1]: This image doesn't include Juno, just the curated packages.
|
||||
|
||||
|
|
Loading…
Reference in a new issue