Skip to content

Commit

Permalink
Add symbolics package (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Nov 18, 2021
1 parent 63f525f commit 9216123
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion umich-notebook/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
pkg"add https://github.com/korsbo/Latexify.jl"

0 comments on commit 9216123

Please sign in to comment.