Skip to content

Commit

Permalink
Revert "Remove unused RationalRoots dependency"
Browse files Browse the repository at this point in the history
This reverts commit 9d80c9a.
  • Loading branch information
lkdvos committed Jan 17, 2024
1 parent 9d80c9a commit c49c286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pidfile = "fa939f87-e72e-5be4-a000-7fc836dbe307"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
RationalRoots = "308eb6b3-cc68-5ff3-9e97-c3c4da4fa681"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SparseArrayKit = "a9a3c162-d163-4c15-8926-b8794fbefed2"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
Expand All @@ -25,6 +26,7 @@ JLD2 = "0.4"
LRUCache = "1.6"
Latexify = "0.16"
LinearAlgebra = "1"
RationalRoots = "0.1 - 0.2"
Scratch = "1"
SparseArrayKit = "0.3"
TensorKit = "0.11, 0.12"
Expand Down
1 change: 1 addition & 0 deletions src/SUNRepresentations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module SUNRepresentations

using TensorOperations
using SparseArrayKit
using RationalRoots
using LinearAlgebra
using TensorKit
using TensorKit: SU, fusiontensor, Nsymbol
Expand Down

0 comments on commit c49c286

Please sign in to comment.