Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mongibellili/formalA2
Browse files Browse the repository at this point in the history
  • Loading branch information
mongibellili committed Jul 2, 2024
2 parents a67926e + 9843ea9 commit 53300c0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
name = "formalA2"
uuid = "a142b989-9f00-4d52-9b61-c6b1191350c4"
authors = ["mongibellili <[email protected]>"]
version = "0.1.0"
version = "0.1.0-DEV"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PolynomialRoots = "3a141323-8675-5d76-9d11-e1df1406c778"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"

[compat]
ExprTools = "0.1.10"
MacroTools = "0.5.13"
Plots = "1.40"
PolynomialRoots = "1"
RuntimeGeneratedFunctions = "0.5.12"
StaticArrays = "1"
SymEngine = "0.11"
julia = "1.6"

0 comments on commit 53300c0

Please sign in to comment.