Skip to content

Commit

Permalink
bump for polymake 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Nov 12, 2023
1 parent bb04010 commit 69dc08e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Polymake"
uuid = "d720cf60-89b5-51f5-aff5-213f193123e7"
repo = "https://github.com/oscar-system/Polymake.jl.git"
version = "0.11.7"
version = "0.11.8"

[deps]
BinaryWrappers = "f01c122e-0ea1-4f85-ad8f-907073ad7a9f"
Expand Down Expand Up @@ -37,6 +37,6 @@ SparseArrays = "^1.6"
TOPCOM_jll = "~0.17.8"
julia = "^1.6"
lib4ti2_jll = "^1.6.10"
libpolymake_julia_jll = "~0.10.6"
polymake_jll = "^400.900.0"
libpolymake_julia_jll = "~0.11.0"
polymake_jll = "^400.1100.0"
polymake_oscarnumber_jll = "~0.2.7"
2 changes: 1 addition & 1 deletion src/Polymake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import TOPCOM_jll
using libpolymake_julia_jll
using polymake_oscarnumber_jll

const jlpolymake_version_range = (v"0.10.0", v"0.11")
const jlpolymake_version_range = (v"0.11.0", v"0.12")

struct PolymakeError <: Exception
msg
Expand Down

0 comments on commit 69dc08e

Please sign in to comment.