Skip to content

Commit

Permalink
Update Project.toml's, add new [workspace] from Julia 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Jul 3, 2024
1 parent 7a5e493 commit b8df948
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 12 deletions.
5 changes: 4 additions & 1 deletion KomaMRIBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRIBase"
uuid = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
authors = ["Carlos Castillo Passi <[email protected]>"]
version = "0.8.4"
version = "0.9.0"

[deps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand All @@ -19,3 +19,6 @@ Parameters = "0.12"
Pkg = "1.4"
Reexport = "1"
julia = "1.9"

[workspace]
projects = ["test"]
1 change: 1 addition & 0 deletions KomaMRIBase/test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
KomaMRIBase = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Expand Down
7 changes: 5 additions & 2 deletions KomaMRICore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRICore"
uuid = "4baa4f4d-2ae9-40db-8331-a7d1080e3f4e"
authors = ["Carlos Castillo Passi <[email protected]>"]
version = "0.8.3"
version = "0.9.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -31,11 +31,14 @@ AMDGPU = "0.9"
CUDA = "3, 4, 5"
Functors = "0.4"
KernelAbstractions = "0.9"
KomaMRIBase = "0.8"
KomaMRIBase = "0.9"
Metal = "1"
oneAPI = "1"
Pkg = "1.4"
ProgressMeter = "1"
Reexport = "1"
ThreadsX = "0.1"
julia = "1.9"

[workspace]
projects = ["test"]
1 change: 1 addition & 0 deletions KomaMRICore/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
KomaMRIBase = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
KomaMRICore = "4baa4f4d-2ae9-40db-8331-a7d1080e3f4e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
7 changes: 5 additions & 2 deletions KomaMRIFiles/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRIFiles"
uuid = "fcf631a6-1c7e-4e88-9e64-b8888386d9dc"
authors = ["Carlos Castillo Passi <[email protected]>"]
version = "0.8.2"
version = "0.9.0"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -18,10 +18,13 @@ Scanf = "6ef1bc8b-493b-44e1-8d40-549aa65c4b41"
FileIO = "1"
HDF5 = "0.16, 0.17"
InteractiveUtils = "1"
KomaMRIBase = "0.8"
KomaMRIBase = "0.9"
MAT = "0.10"
MRIFiles = "0.1, 0.2, 0.3"
Pkg = "1.4"
Reexport = "1"
Scanf = "0.5"
julia = "1.9"

[workspace]
projects = ["test"]
1 change: 1 addition & 0 deletions KomaMRIFiles/test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
KomaMRIBase = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
KomaMRIFiles = "fcf631a6-1c7e-4e88-9e64-b8888386d9dc"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Expand Down
7 changes: 5 additions & 2 deletions KomaMRIPlots/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRIPlots"
uuid = "76db0263-63f3-4d26-bb9a-5dba378db904"
authors = ["Carlos Castillo Passi <[email protected]>"]
version = "0.8.3"
version = "0.9.0"

[deps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Expand All @@ -21,7 +21,7 @@ KomaPlotsPlutoPlotlyExt = "PlutoPlotly"
[compat]
Interpolations = "0.13, 0.14, 0.15"
Kaleido_jll = "0.1"
KomaMRIBase = "0.8"
KomaMRIBase = "0.9"
MAT = "0.10"
Pkg = "1.4"
PlotlyJS = "0.18"
Expand All @@ -31,3 +31,6 @@ julia = "1.9"

[extras]
PlutoPlotly = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"

[workspace]
projects = ["test"]
3 changes: 2 additions & 1 deletion KomaMRIPlots/test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
MRIFiles = "5a6f062f-bf45-497d-b654-ad17aae2a530"
KomaMRIBase = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
KomaMRIPlots = "76db0263-63f3-4d26-bb9a-5dba378db904"
MRIFiles = "5a6f062f-bf45-497d-b654-ad17aae2a530"
PlutoPlotly = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Expand Down
11 changes: 7 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KomaMRI"
uuid = "6a340f8b-2cdf-4c04-99be-4953d9b66d0a"
version = "0.9.0"
authors = ["Carlos Castillo Passi <[email protected]>"]
version = "0.8.2"

[deps]
AssetRegistry = "bf4720bc-e11a-5d0c-854e-bdca1663c893"
Expand All @@ -21,11 +21,14 @@ AssetRegistry = "0.1"
Blink = "0.12"
FFTW = "1.0"
Interact = "0.10"
KomaMRICore = "0.8"
KomaMRIFiles = "0.8"
KomaMRIPlots = "0.8"
KomaMRICore = "0.9"
KomaMRIFiles = "0.9"
KomaMRIPlots = "0.9"
MAT = "0.10"
MRIReco = "0.6, 0.7, 0.8"
Pkg = "1.4"
Reexport = "1"
julia = "1.9"

[workspace]
projects = ["test", "docs", "benchmarks", "KomaMRIBase", "KomaMRICore", "KomaMRIFiles", "KomaMRIPlots"]
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
Interact = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
KomaMRI = "6a340f8b-2cdf-4c04-99be-4953d9b66d0a"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Expand Down

0 comments on commit b8df948

Please sign in to comment.