Skip to content

Commit

Permalink
remove ScopedValues from Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jumerckx committed Jan 1, 2025
1 parent c303af0 commit 85ac8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReactantCore = "a3311ec8-5e00-46d5-b541-4f83e724a433"
Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"

[weakdeps]
Expand All @@ -30,8 +29,8 @@ Random123 = "74087812-796a-5b5d-8853-05524746bad3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"

[sources.ReactantCore]
path = "lib/ReactantCore"
[sources]
ReactantCore = {path = "lib/ReactantCore"}

[extensions]
ReactantAbstractFFTsExt = "AbstractFFTs"
Expand Down
2 changes: 0 additions & 2 deletions lib/ReactantCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ version = "0.1.3"
[deps]
ExpressionExplorer = "21656369-7473-754a-2065-74616d696c43"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"

[compat]
ExpressionExplorer = "1"
MacroTools = "0.5.13"
ScopedValues = "1.2.1"
julia = "1.10"

0 comments on commit 85ac8e1

Please sign in to comment.