Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Polyhedra to v0.8 #91

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Polyhedra to v0.8
blegat committed Jan 15, 2025
commit e7d9fb8a38cefc09197b158a154100769a2604c3
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -27,19 +27,19 @@ jobs:
- version: '1'
os: windows-latest
arch: x86
- version: '1.6'
- version: '1.10'
os: ubuntu-latest
arch: x64
- version: '1.6'
- version: '1.10'
os: macOS-latest
arch: x64
- version: '1.6'
- version: '1.10'
os: windows-latest
arch: x64
- version: '1.6'
- version: '1.10'
os: ubuntu-latest
arch: x86
- version: '1.6'
- version: '1.10'
os: windows-latest
arch: x86
steps:
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CDDLib"
uuid = "3391f64e-dcde-5f30-b752-e11513730f60"
repo = "https://github.com/JuliaPolyhedra/CDDLib.jl.git"
version = "0.9.4"
version = "0.10.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -13,7 +13,7 @@ cddlib_jll = "f07e07eb-5685-515a-97c8-3014f6152feb"
[compat]
LinearAlgebra = "<0.0.1, 1.6"
MathOptInterface = "1"
Polyhedra = "0.7"
Polyhedra = "0.8"
SparseArrays = "<0.0.1, 1.6"
cddlib_jll = "=0.94.14"
julia = "1.6"
julia = "1.10"