Skip to content

Commit 2300cf6

Browse files
committed
Switch to CondaPkg, PythonCall, PythonPlot
1 parent 5d59536 commit 2300cf6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "1.0.0"
66
[deps]
77
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
88
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
9-
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
9+
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
1010
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
1111
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1212
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
@@ -21,8 +21,8 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2121
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2222
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
2323
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
24-
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
25-
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
24+
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
25+
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
2626
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
2727
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2828
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
@@ -44,7 +44,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4444
[compat]
4545
Calculus = "0.4,0.5"
4646
Colors = "0.11,0.12"
47-
Conda = "1"
47+
CondaPkg = "0"
4848
CSV = "0.10"
4949
DataFrames = "1"
5050
SciMLSensitivity = "^7"
@@ -58,8 +58,8 @@ ModelingToolkit = "8"
5858
OrdinaryDiffEq = "^6"
5959
Parameters = "0.12"
6060
PreallocationTools = "0.4"
61-
PyCall = "1"
62-
PyPlot = "2"
61+
PythonCall = "0"
62+
PythonPlot = "1"
6363
QuartzImageIO = "0.7"
6464
RecursiveArrayTools = "2.17"
6565
ReverseDiff = "1.9"

0 commit comments

Comments
 (0)