From 92161237f9031ee7e7689fd7b1177c2b5271560a Mon Sep 17 00:00:00 2001 From: Greg Werner Date: Thu, 18 Nov 2021 00:05:42 -0500 Subject: [PATCH] Add symbolics package (#21) --- dev-requirements.txt | 14 +++++++------- umich-notebook/install.jl | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3eadcb5..92810dd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ -black==21.7b0 -docker==5.0.0 -flake8==3.9.2 -pytest==6.2.4 -requests==2.26.0 -tabulate==0.8.9 -transifex-client==0.14.3 +black +docker +flake8 +pytest +requests +tabulate +transifex-client diff --git a/umich-notebook/install.jl b/umich-notebook/install.jl index 78705e7..0943d18 100644 --- a/umich-notebook/install.jl +++ b/umich-notebook/install.jl @@ -33,7 +33,9 @@ pkg"add Roots" pkg"add SparseArrays" pkg"add Statistics" pkg"add SymEngine" +pkg"add Symbolics" +pkg"add SymbolicUtils" pkg"add TestImages" pkg"add WebIO" pkg"add https://github.com/VMLS-book/VMLS.jl" -pkg"add https://github.com/korsbo/Latexify.jl" \ No newline at end of file +pkg"add https://github.com/korsbo/Latexify.jl"