Skip to content

Commit 4e2deab

Browse files
authored
Update to MultivariateBases v0.3 (#144)
* Update to MultivariateBases v0.3 * v0.8.0
1 parent ffd5f58 commit 4e2deab

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
2828
- uses: julia-actions/cache@v3
29-
- name: dev
30-
shell: julia --project=@. {0}
31-
run: |
32-
using Pkg
33-
Pkg.add([
34-
PackageSpec(name="MultivariateBases", rev="master"),
35-
PackageSpec(name="MultivariateMoments", rev="master"),
36-
])
3729
- uses: julia-actions/julia-buildpkg@v1
3830
- uses: julia-actions/julia-runtest@v1
3931
- uses: julia-actions/julia-processcoverage@v1

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PolyJuMP"
22
uuid = "ddf597a6-d67e-5340-b84c-e37d84115374"
33
repo = "https://github.com/jump-dev/PolyJuMP.jl.git"
4-
version = "0.7.4"
4+
version = "0.8.0"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -23,8 +23,8 @@ DynamicPolynomials = "0.5, 0.6"
2323
IntervalArithmetic = "0.20, 0.21, 0.22, 1"
2424
JuMP = "1"
2525
MathOptInterface = "1"
26-
MultivariateBases = "0.2"
27-
MultivariateMoments = "0.4"
26+
MultivariateBases = "0.3"
27+
MultivariateMoments = "0.5"
2828
MultivariatePolynomials = "0.5"
2929
MutableArithmetics = "1"
3030
SemialgebraicSets = "0.3"

0 commit comments

Comments
 (0)