Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 6, 2022
1 parent 6249fae commit 37316f5
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DensityRatioEstimation"
uuid = "ab46fb84-d57c-11e9-2f65-6f72e4a7229f"
authors = ["Kai Xu <[email protected]>", "Júlio Hoffimann <[email protected]>"]
version = "0.4.3"
version = "0.5.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -13,26 +13,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Parameters = "0.12"
Requires = "0.5, 1"
Requires = "1"
StatsBase = "0.32, 0.33"
julia = "1"

[extras]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"

[targets]
test = ["Convex", "Distances", "Distributions", "ECOS", "ImageMagick", "Ipopt", "JuMP", "LinearAlgebra", "Optim", "Pkg", "Plots", "QuartzImageIO", "Random", "Test", "VisualRegressionTests"]
julia = "1.6"

2 comments on commit 37316f5

@juliohm
Copy link
Member Author

@juliohm juliohm commented on 37316f5 Feb 6, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/54020

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 37316f5e2c09fc787b7a2f5133bf56a0ca6e2623
git push origin v0.5.0

Please sign in to comment.