Skip to content

Commit

Permalink
Bump AbstractAlgebra and Nemo compats (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Sep 13, 2023
1 parent 5a7fa86 commit df943fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Singular"
uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
version = "0.18.15"
version = "0.18.16"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -19,10 +19,10 @@ lib4ti2_jll = "1493ae25-0f90-5c0e-a06c-8c5077d6d66f"
libsingular_julia_jll = "ae4fbd8f-ecdb-54f8-bbce-35570499b30e"

[compat]
AbstractAlgebra = "0.28, 0.29, 0.30, 0.31"
AbstractAlgebra = "0.28, 0.29, 0.30, 0.31, 0.32"
BinaryWrappers = "~0.1.1"
CxxWrap = "0.14"
Nemo = "0.33.0, 0.34.0, 0.35.0"
Nemo = "0.33.0, 0.34.0, 0.35.0, 0.36.0"
Pidfile = "1.3"
RandomExtensions = "0.4.2"
Singular_jll = "~403.208.800"
Expand Down

2 comments on commit df943fb

@thofma
Copy link
Collaborator

@thofma thofma commented on df943fb Sep 14, 2023

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/91397

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.18.16 -m "<description of version>" df943fbc2994443f0b52609395c35fcc704349a7
git push origin v0.18.16

Please sign in to comment.