GroupRings.jl/Project.toml

22 lines
526 B
TOML
Raw Permalink Normal View History

2018-09-21 21:11:30 +02:00
name = "GroupRings"
uuid = "0befed6a-bd73-11e8-1e41-a1190947c2f5"
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
2020-10-18 00:13:21 +02:00
version = "0.3.5"
2018-09-21 21:11:30 +02:00
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2018-09-26 08:39:51 +02:00
2020-04-06 16:39:26 +02:00
[compat]
2020-10-09 17:16:33 +02:00
AbstractAlgebra = "^0.10.0"
Groups = "^0.5.0"
2020-10-14 22:39:16 +02:00
julia = "1.3, 1.4, 1.5"
2020-04-06 16:39:26 +02:00
2018-09-26 08:39:51 +02:00
[extras]
2019-07-01 01:06:10 +02:00
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020-10-16 12:17:05 +02:00
Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
2018-09-26 08:39:51 +02:00
[targets]
2020-10-16 12:17:05 +02:00
test = ["Test", "Groups"]