-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
42 lines (38 loc) · 1.16 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
name = "MathOptAI"
uuid = "e52c2cb8-508e-4e12-9dd2-9c4755b60e73"
authors = ["odow <[email protected]>"]
version = "0.1.6"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
[weakdeps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[extensions]
MathOptAIAbstractGPsExt = "AbstractGPs"
MathOptAIDecisionTreeExt = "DecisionTree"
MathOptAIFluxExt = "Flux"
MathOptAIGLMExt = "GLM"
MathOptAILuxExt = "Lux"
MathOptAIPythonCallExt = "PythonCall"
MathOptAIStatsModelsExt = ["DataFrames", "StatsModels"]
[compat]
AbstractGPs = "0.5"
DataFrames = "1"
DecisionTree = "0.12"
Distributions = "0.25"
Flux = "0.14"
GLM = "1.9"
JuMP = "1"
Lux = "0.5"
MathOptInterface = "1"
PythonCall = "0.9.20"
StatsModels = "0.7"
julia = "1.9"