mirror of
https://github.com/Laurent2916/Diffusers.jl.git
synced 2024-11-08 14:38:58 +00:00
21 lines
477 B
TOML
21 lines
477 B
TOML
name = "Diffusers"
|
|
uuid = "90edb7a8-79d7-49b2-b6b1-9322c3fdead8"
|
|
authors = ["Laurent Fainsin <laurent@fainsin.bzh>"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
|
|
|
|
[compat]
|
|
NNlib = "0.9"
|
|
julia = "1"
|
|
|
|
[extras]
|
|
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
|
|
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test", "Aqua", "Statistics"]
|