Skip to content

Commit

Permalink
Update to JuMP v1.0 (#29)
Browse files Browse the repository at this point in the history
* Update to JuMP v1.0

* Updates

* Add sitename

* Remove Julia keyword from docs/make.jl

* Bump Julia to v1.6
  • Loading branch information
blegat authored Jun 30, 2022
1 parent 000acc6 commit effa655
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- version: '1'
os: ubuntu-latest
arch: x64
- version: '1.0'
- version: '1.6'
os: ubuntu-latest
arch: x64
- version: '1'
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "CutPruners"
uuid = "65d46eb8-70e9-5a30-bf48-2afa3a021b8f"
repo = "https://github.com/cynddl/CutPruners.jl"
version = "0.2.0"
version = "0.3.0"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
JuMP = "0.21"
julia = "1"
JuMP = "1"
julia = "1.6"

[extras]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Expand Down
38 changes: 0 additions & 38 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "~0.19"
Documenter = "0.27"
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ end

using Documenter, CutPruners

makedocs()
makedocs(
sitename = "CutPruners",
)

deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"),
repo = "github.com/JuliaPolyhedra/CutPruners.jl.git",
julia = "release"
)

0 comments on commit effa655

Please sign in to comment.