Skip to content
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name = "Gamma"
uuid = "a0844989-3bd2-4988-8bea-c9407ab0941b"
version = "1.0"
version = "1.0.1"

[deps]

[compat]
SpecialFunctions = "2.7.2"
julia = "1.10"

[extras]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["SpecialFunctions", "Test"]
test = ["SpecialFunctions", "Random", "Test"]
Loading
Loading