-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (28 loc) · 937 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name = "EquivariantOperators"
uuid = "e0aa4542-b1ed-4e6a-a09e-9c4627a9da65"
authors = ["Paul Shen <[email protected]>"]
version = "0.1.7"
[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Memoize="c03570c3-d221-55d1-a50c-7939bbd78826"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
NearestNeighbors="b8a86587-4115-5ab1-83bc-aa920d37bbce"
[compat]
FFTW = "1.5.0 - 10"
Functors = "0.2.8,5"
ImageFiltering = "0.7.1,5"
StaticArrays = "1,5"
UnPack = "1.0.2,5"
Zygote = "0.6.40"
#Random = "0.1.4"
julia = "1.8, 1.9"
Memoize="0.4.4"
DSP = "0.7.7"
NearestNeighbors="0.4.13"