Skip to content

Commit

Permalink
fix Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bossart committed Sep 23, 2024
1 parent 31fc113 commit db8fce6
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,19 @@ FastClosures = "^0.3"
ForwardDiff = "~v0.10"
InfrastructureSystems = "2"
NLsolve = "4"
NonlinearSolve = "3.11"
PowerSystems = "4"
PowerFlows = "^0.7"
PowerNetworkMatrices = "^0.11"
PrettyTables = "1, 2"
SciMLBase = "2"
SciMLSensitivity = "7.0"

TimerOutputs = "~0.5"
LinearAlgebra = "1"
Logging = "1"
NLsolve = "4"
NonlinearSolve = "3.11"
PowerFlows = "^0.6"
PowerNetworkMatrices = "^0.10"
PowerSystems = "^3.1.2"
PrettyTables = "1, 2"

Random = "1"
SciMLBase = "2"
SciMLSensitivity = "7.0"
SparseArrays = "1"
TimerOutputs = "~0.5"
Zygote = "0.6"
julia = "^1.6"

0 comments on commit db8fce6

Please sign in to comment.