Skip to content

Commit

Permalink
toml compat updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kocvara committed Aug 7, 2024
1 parent 1a2096a commit 767dc7b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,16 @@ authors = ["Michal Kocvara <[email protected]>"]
version = "0.2.0"

[deps]
CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
ConjugateGradients = "f59de78d-195d-4e7b-a078-2e47da4c3ad6"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Dualization = "191a621a-6537-11e9-281d-650236a99e60"
FameSVD = "9ba2d756-9ce3-11e9-1a71-0ffcb019784d"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
Hypatia = "b99e6be6-89ff-11e8-14f8-45c827f4f8f2"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Mosek = "6405355b-0ac2-5fba-af84-adbd65488c0e"
MosekTools = "1ec41992-ff65-5c91-ac43-2df89e9693a4"
MultiFloats = "bdf0d083-296b-4888-a5b6-7498122e68a5"
MultiPrecisionArrays = "e0585029-f0fd-471c-997a-b805c9f71f28"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Expand All @@ -36,3 +25,6 @@ MathOptInterface = "1"
Revise = "3"
TimerOutputs = "0.5"
julia = "1"
GenericLinearAlgebra = "0.3"
JuMP = "1"
MultiFloats = "2"

4 comments on commit 767dc7b

@kocvara
Copy link
Owner Author

@kocvara kocvara commented on 767dc7b Aug 7, 2024

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 updated: JuliaRegistries/General/112595

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.2.0 -m "<description of version>" 767dc7bc05962bd3f9acac2322c923f3ad0e4790
git push origin v0.2.0

@kocvara
Copy link
Owner Author

@kocvara kocvara commented on 767dc7b Aug 7, 2024

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.

Error while trying to register: Version 0.2.0 already exists

Please sign in to comment.