diff --git a/Registry.toml b/Registry.toml index 910f80c7aa04d93..a8d1812012b5a4e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -12,6 +12,7 @@ some amount of consideration when choosing package names. [packages] 00701ae9-d1dc-5365-b64a-a3a3ebf5695e = { name = "BioAlignments", path = "B/BioAlignments" } +00783350-183d-11e9-0ed7-9f3f45823183 = { name = "SeisPlot", path = "S/SeisPlot" } 0087ddc6-3964-5e57-817f-9937aefb0357 = { name = "MathOptInterfaceMosek", path = "M/MathOptInterfaceMosek" } 009559a3-9522-5dbb-924b-0b6ed2b22bb9 = { name = "XGBoost", path = "X/XGBoost" } 00bb91fb-75dd-5f5f-97ed-3cee78a05366 = { name = "Boltzmann", path = "B/Boltzmann" } diff --git a/S/SeisPlot/Compat.toml b/S/SeisPlot/Compat.toml new file mode 100644 index 000000000000000..0ab5d64e8096e16 --- /dev/null +++ b/S/SeisPlot/Compat.toml @@ -0,0 +1,9 @@ +[0] +Documenter = "0.23" +DocumenterTools = "0.1" +FFTW = "1" +PyCall = "1.91.2-1" +PyPlot = "2.8.2-2" +Requires = "0.5.2-0.5" +SeisMain = "0.1" +julia = "1" diff --git a/S/SeisPlot/Deps.toml b/S/SeisPlot/Deps.toml new file mode 100644 index 000000000000000..157567889e16d81 --- /dev/null +++ b/S/SeisPlot/Deps.toml @@ -0,0 +1,9 @@ +[0] +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8" +FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" +PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" +Requires = "ae029012-a4dd-5104-9daa-d747884805df" +SeisMain = "5696fd22-15e8-11e9-1986-f9ab08703604" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/S/SeisPlot/Package.toml b/S/SeisPlot/Package.toml new file mode 100644 index 000000000000000..3aa6eb94bf7d3b0 --- /dev/null +++ b/S/SeisPlot/Package.toml @@ -0,0 +1,3 @@ +name = "SeisPlot" +uuid = "00783350-183d-11e9-0ed7-9f3f45823183" +repo = "https://github.com/SeismicJulia/SeisPlot.jl.git" diff --git a/S/SeisPlot/Versions.toml b/S/SeisPlot/Versions.toml new file mode 100644 index 000000000000000..4c2d0f8ca4a2a74 --- /dev/null +++ b/S/SeisPlot/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "d6472df996833dd72859959b64f99873f7e39aef"