forked from SciML/Optimization.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 824 Bytes
/
Copy pathProject.toml
File metadata and controls
29 lines (25 loc) · 824 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
name = "OptimizationCMAEvolutionStrategy"
uuid = "bd407f91-200f-4536-9381-e4ba712f53f8"
authors = ["Vaibhav Dixit <vaibhavyashdixit@gmail.com> and contributors"]
version = "0.3.9"
[deps]
CMAEvolutionStrategy = "8d3b24bd-414e-49e0-94fb-163cc3a3e411"
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[sources]
OptimizationBase = {path = "../OptimizationBase"}
[compat]
Pkg = "1"
SafeTestsets = "0.1"
CMAEvolutionStrategy = "0.2"
julia = "1.10"
OptimizationBase = "5"
SciMLBase = "2.122.1, 3"
Reexport = "1.2"
[targets]
test = ["Test", "SafeTestsets", "Pkg"]