Skip to content

Commit

Permalink
Add compat bounds for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 26, 2023
1 parent 14d6389 commit 0374f71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ libsingular_julia_jll = "ae4fbd8f-ecdb-54f8-bbce-35570499b30e"
AbstractAlgebra = "0.33"
BinaryWrappers = "~0.1.1"
CxxWrap = "0.14"
Libdl = "1.6"
LinearAlgebra = "1.6"
Nemo = "0.33.0, 0.34.0, 0.35.0, 0.36.0, 0.37.0"
Pidfile = "1.3"
Pkg = "1.6"
Random = "1.6"
RandomExtensions = "0.4.2"
Singular_jll = "~403.209.900"
Statistics = "1.6"
Expand Down

2 comments on commit 0374f71

@fingolfin
Copy link
Member Author

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

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.18 -m "<description of version>" 0374f718580fe4496cb41c58eff8a0a1ff267a97
git push origin v0.18.18

Please sign in to comment.