Skip to content

Commit

Permalink
Change extras
Browse files Browse the repository at this point in the history
  • Loading branch information
romainljsimon committed Feb 13, 2025
1 parent c795faa commit 85238f3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "MonteCarlo"
uuid = "07692032-97b4-4f8d-80d7-e18df88d31a9"
version = "0.1.0"
authors = ["Leonardo Galliano <leonardo.galliano@espci.fr>", "Romain Simon <romain.simon@umontpellier.fr>"]

[deps]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
Expand All @@ -10,21 +11,17 @@ Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"

[targets]
test = ["ComponentArrays", "DelimitedFiles"]
test = ["Test", "ComponentArrays", "DelimitedFiles"]

[compat]
Enzyme = "0.12.36"
julia = "1.9"

[authors]
"Leonardo Galliano" = "leonardo.galliano@espci.fr"
"Romain Simon" = "romain.simon@umontpellier.fr"
julia = "1.9"

0 comments on commit 85238f3

Please sign in to comment.