Skip to content

Commit

Permalink
Add Project.toml and remove Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 2, 2019
1 parent 41d2278 commit 08d6253
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
22 changes: 22 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "MultivariateMoments"
uuid = "f4abf1af-0426-5881-a0da-e2f168889b5e"
repo = "https://github.com/JuliaAlgebra/MultivariateMoments.jl.git"
version = "0.2.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875"
SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"

[compat]
MultivariatePolynomials = "≥ 0.1.0"
SemialgebraicSets = "≥ 0.0.1"
julia = "1"

[extras]
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["DynamicPolynomials", "Test"]
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

5 changes: 2 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ using MultivariateMoments
using MultivariatePolynomials
using SemialgebraicSets

using Compat
using Compat.Test
using Compat.LinearAlgebra
using Test
using LinearAlgebra

# Taken from JuMP/test/solvers.jl
function try_import(name::Symbol)
Expand Down

0 comments on commit 08d6253

Please sign in to comment.