-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (24 loc) · 800 Bytes
/
Project.toml
File metadata and controls
28 lines (24 loc) · 800 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
name = "MaterialPointGenerator"
uuid = "18deba1c-5063-41ee-a388-01f264c5a914"
authors = ["ZenanH <zenan.huo@outlook.com>"]
version = "0.3.2"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FastPointQuery = "b325ad68-3eea-4afa-b43e-4b8e378fd76d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[compat]
DelimitedFiles = "1"
FastPointQuery = "0.5"
LiveServer = "1.5"
NearestNeighbors = "0.4"
PrecompileTools = "1.2"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]