Skip to content

Commit

Permalink
update Project.toml file to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazomej committed Dec 31, 2023
1 parent 3c9a274 commit 8adc459
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BarBay"
uuid = "3e4a4fdd-3c42-44bf-ab95-e818c96fb7a6"
authors = ["Manuel Razo-Mejia"]
version = "0.0.1"
version = "0.0.2"

[deps]
AdvancedVI = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
Expand All @@ -12,7 +12,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Expand All @@ -22,7 +21,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AdvancedVI = "^0.2"
Expand All @@ -33,15 +31,13 @@ DataFrames = "^1.6"
Distributions = "^0.25"
DynamicHMC = "^3.4"
DynamicPPL = "^0.24"
Enzyme = "^0.11"
JLD2 = "^0.4"
MCMCChains = "^6"
Memoization = "^0.2"
ReverseDiff = "^1.15"
StatsBase = "^0.34"
Turing = "^0.30"
UnPack = "^1"
Zygote = "^0.6"
julia = "1"

[extras]
Expand Down

2 comments on commit 8adc459

@mrazomej
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.0.2 already exists and points to a different commit"

Please sign in to comment.