File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ repo = "https://github.com/JuliaAlgebra/DynamicPolynomials.jl.git"
4
4
version = " 0.4.5"
5
5
6
6
[deps ]
7
- DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
8
7
Future = " 9fa8497b-333b-5362-9e8d-4d0656e87820"
9
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
9
MultivariatePolynomials = " 102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
@@ -14,7 +13,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
14
13
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
14
16
15
[compat ]
17
- DataStructures = " 0.17, 0.18"
18
16
MultivariatePolynomials = " 0.4.1"
19
17
MutableArithmetics = " 0.3, 1"
20
18
Reexport = " 0.2, 1.0"
Original file line number Diff line number Diff line change @@ -4,12 +4,9 @@ import Future # For `copy!`
4
4
5
5
using Reexport
6
6
@reexport using MultivariatePolynomials
7
- const MP = MultivariatePolynomials
7
+ import MultivariatePolynomials as MP
8
8
9
- import MutableArithmetics
10
- const MA = MutableArithmetics
11
-
12
- using DataStructures
9
+ import MutableArithmetics as MA
13
10
14
11
include (" var.jl" )
15
12
# const CommutativeVariable{O,M} = Variable{Commutative{O},M}
You can’t perform that action at this time.
0 commit comments