Skip to content

Commit 1299db0

Browse files
author
dsweber2
committed
pyplot needed
1 parent a2cc540 commit 1299db0

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/Manifest.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ version = "3.27.0"
7373
deps = ["Artifacts", "Libdl"]
7474
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
7575

76+
[[Conda]]
77+
deps = ["JSON", "VersionParsing"]
78+
git-tree-sha1 = "299304989a5e6473d985212c28928899c74e9421"
79+
uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d"
80+
version = "1.5.2"
81+
7682
[[ContinuousWavelets]]
7783
deps = ["AbstractFFTs", "FFTW", "Interpolations", "LinearAlgebra", "SpecialFunctions", "Wavelets"]
7884
path = "/home/dsweber/allHail/projects/ContinuousWavelets"
@@ -576,6 +582,18 @@ version = "1.2.1"
576582
deps = ["Unicode"]
577583
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
578584

585+
[[PyCall]]
586+
deps = ["Conda", "Dates", "Libdl", "LinearAlgebra", "MacroTools", "Serialization", "VersionParsing"]
587+
git-tree-sha1 = "169bb8ea6b1b143c5cf57df6d34d022a7b60c6db"
588+
uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
589+
version = "1.92.3"
590+
591+
[[PyPlot]]
592+
deps = ["Colors", "LaTeXStrings", "PyCall", "Sockets", "Test", "VersionParsing"]
593+
git-tree-sha1 = "67dde2482fe1a72ef62ed93f8c239f947638e5a2"
594+
uuid = "d330b81b-6aea-500a-939a-2ce795aea3ee"
595+
version = "2.9.0"
596+
579597
[[Qt5Base_jll]]
580598
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Fontconfig_jll", "Glib_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "OpenSSL_jll", "Pkg", "Xorg_libXext_jll", "Xorg_libxcb_jll", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_keysyms_jll", "Xorg_xcb_util_renderutil_jll", "Xorg_xcb_util_wm_jll", "Zlib_jll", "xkbcommon_jll"]
581599
git-tree-sha1 = "16626cfabbf7206d60d84f2bf4725af7b37d4a77"
@@ -722,6 +740,11 @@ uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
722740
[[Unicode]]
723741
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
724742

743+
[[VersionParsing]]
744+
git-tree-sha1 = "80229be1f670524750d905f8fc8148e5a8c4537f"
745+
uuid = "81def892-9a0e-5fdd-b105-ffc91e053289"
746+
version = "1.2.0"
747+
725748
[[Wavelets]]
726749
deps = ["DSP", "FFTW", "LinearAlgebra", "Reexport", "SpecialFunctions", "Statistics"]
727750
git-tree-sha1 = "e5903fb2bf93697a79d01383618ea0855256a337"

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
55
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
66
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
77
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
8+
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
89
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
910

1011
[compat]

0 commit comments

Comments
 (0)