Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Sep 9, 2024
1 parent 3b88d92 commit d5e22b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 8 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ version = "1.0.0"
[deps]
CompressedBeliefMDPs = "0a809e47-b8eb-4578-b4e8-4c2c5f9f833c"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Expand All @@ -18,7 +16,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
CompressedBeliefMDPs = "1"
Distances = "0.10"
FunctionWrappers = "1"
LogExpFunctions = "0.3"
Optim = "1"
Parameters = "0.12"
Sobol = "1"
Statistics = "1"
Symbolics = "6"
julia = "1"

[extras]
Expand Down
2 changes: 0 additions & 2 deletions src/ExpFamilyPCA.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module ExpFamilyPCA

using Infiltrator

using Distances
using FunctionWrappers: FunctionWrapper
using LogExpFunctions
Expand Down

0 comments on commit d5e22b9

Please sign in to comment.