diff --git a/Project.toml b/Project.toml index d0127a30..8e9ed360 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" diff --git a/src/Polymake.jl b/src/Polymake.jl index 5aa8a995..aae7c533 100644 --- a/src/Polymake.jl +++ b/src/Polymake.jl @@ -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