Skip to content

Commit

Permalink
Merge pull request #1902 from oscar-system/bl/pm49
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Feb 9, 2023
2 parents ebd7890 + 3333432 commit 92cf456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GAP = "0.9"
Hecke = "0.17"
JSON = "^0.20, ^0.21"
Nemo = "0.32.5"
Polymake = "0.8.1"
Polymake = "0.9.0"
Preferences = "1"
RandomExtensions = "0.4.3"
RecipesBase = "1.2.1"
Expand Down
6 changes: 5 additions & 1 deletion src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ using Test
# our packages
import AbstractAlgebra
import AlgebraicSolving
# we currently need to load Polymake before GAP to avoid the crashe mentioned in
# https://github.com/oscar-system/Oscar.jl/pull/1902
# Once there is a GAP_pkg_browse that links to the correct ncurses we might
# switch this back.
import Polymake
import GAP
import Hecke
import Nemo
import Polymake
import Singular

# import stuff from Base for which we want to provide extra methods
Expand Down

0 comments on commit 92cf456

Please sign in to comment.