-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 843 Bytes
/
Project.toml
File metadata and controls
31 lines (27 loc) · 843 Bytes
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
31
name = "RayTracing"
uuid = "3007c720-8091-40db-9339-e09e4eb4c7ea"
authors = ["Ramiro Vignolo <ramirovignolo@gmail.com>"]
version = "0.2.4"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
Combinatorics = "1.0.3"
Gridap = "0.19"
IntervalSets = "0.7"
LinearAlgebra = "1.9"
NearestNeighbors = "0.4"
RecipesBase = "1.3"
StaticArrays = "1.9"
UnPack = "1.0"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]