Skip to content

Commit f437389

Browse files
authored
Merge pull request #100 from unfoldtoolbox/requirements
Remove unnecessary packages
2 parents 17c8389 + 130b8d0 commit f437389

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Project.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1212
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1313
Effects = "8f03c58b-bd97-4933-a826-f71b64d2cca2"
1414
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
15-
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
1615
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
1716
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1817
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1918
MLBase = "f0e99cf1-93fa-52ec-9ecc-5026115318e0"
2019
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
2120
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
22-
MixedModelsPermutations = "647c4018-d7ef-4d03-a0cc-8889a722319e"
23-
MixedModelsSim = "d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe"
2421
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
2522
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2623
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -44,13 +41,10 @@ Distributions = "0.25"
4441
DocStringExtensions = "0.9"
4542
Effects = "0.1"
4643
GLM = "1"
47-
IncompleteLU = "0.2"
4844
IterativeSolvers = "0.9"
4945
MLBase = "0.9"
5046
Missings = "1"
5147
MixedModels = "4"
52-
MixedModelsPermutations = "0.1,0.2"
53-
MixedModelsSim = "0.2"
5448
PkgBenchmark = "0.2"
5549
ProgressMeter = "1"
5650
RobustModels = "0.4"

src/Unfold.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import StatsModels: terms
3333

3434
import MixedModels.likelihoodratiotest
3535

36-
#using IncompleteLU
3736
import Base.(+) # overwrite for DesignMatrices
3837
using Distributions: Gamma, pdf # TODO replace this with direct implementation (used in basisfunction.jl)
3938

0 commit comments

Comments
 (0)