Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed May 8, 2023
2 parents ed69a3e + 6d763ad commit 038fce8
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Octofitter"
uuid = "daf3887e-d01a-44a1-9d7e-98f15c5d69c9"
authors = ["William Thompson <will.thompson@outlook.com>", "Jensen Lawrence"]
version = "0.7.1"
authors = ["William Thompson <will.thompson@outlook.com>", "Jensen Lawrence", "Dori Blakely"]
version = "1.0.0"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -54,18 +54,33 @@ AdvancedHMC = "0.4"
BasicInterpolators = "0.7"
Bijectors = "0.9.11 - 0.10"
DataDeps = "0.7"
DelimitedFiles="1"
DiffResults="1"
Distributions = "0.25"
DistributionsAD="0.6"
FITSIO="0.17"
ForwardDiff = "0.10"
Interpolations = "0.13, 0.14"
julia = "1.9"
Latexify="0.15"
LogDensityProblems="2"
MathTeXEngine="0.5"
MCMCChains = "6.0"
NamedTupleTools = "0.13, 0.14"
OrderedCollections="1.6"
PlanetOrbits = "0.6"
Preferences = "1"
RecipesBase = "1.2"
Reexport="1.2"
RuntimeGeneratedFunctions = "0.5"
Setfield="1.1"
SnoopPrecompile="1"
StaticArrays = "1.2"
StatsBase = "0.33"
Tables = "1.6"
PlanetOrbits = "0.6"
julia = "1.9"
TOML="1"
TypedTables="1.4"
UnPack="1"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

0 comments on commit 038fce8

Please sign in to comment.