Skip to content

Commit

Permalink
Add compat entries for all deps (even stdlibs) (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Oct 17, 2023
1 parent 4a830bc commit 102ce73
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,22 @@ PolymakeExt = "Polymake"

[compat]
AbstractAlgebra = "^0.33.0"
Dates = "1.6"
Distributed = "1.6"
GAP = "0.9.6, 0.10"
InteractiveUtils = "1.6"
LazyArtifacts = "1.6"
Libdl = "1.6"
LinearAlgebra = "1.6"
Markdown = "1.6"
Nemo = "^0.37.0"
Pkg = "1.6"
Polymake = "0.10, 0.11"
Printf = "1.6"
Random = "1.6"
RandomExtensions = "0.4.3"
Serialization = "1.6"
SparseArrays = "1.6"
julia = "1.6"

[extras]
Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
[compat]
Documenter = "~0.27"
DocumenterCitations = "0.2.5"
DocumenterMarkdown = "0.2.2"
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"
Documenter = "0.27"
REPL = "1.6"
Test = "1.6"

0 comments on commit 102ce73

Please sign in to comment.