Skip to content

Commit

Permalink
Drop Dataframes (#193)
Browse files Browse the repository at this point in the history
Looks that package is no more used in the code. Let's drop it.
  • Loading branch information
ahojukka5 authored May 2, 2018
1 parent aa2cdfa commit f0997d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FEMBase 0.1 0.2-
ForwardDiff
LightXML 0.4
HDF5 0.7
DataFrames
Formatting
Logging
TimerOutputs
Expand Down
2 changes: 1 addition & 1 deletion src/postprocess_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md

using JuliaFEM
using DataFrames
#using DataFrames
using HDF5
using LightXML
using Formatting
Expand Down
1 change: 0 additions & 1 deletion test/test_heat_4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using JuliaFEM
using JuliaFEM.Testing
using DataFrames

@testset "two increments, linear solver" begin
X = Dict{Int, Vector{Float64}}(
Expand Down

0 comments on commit f0997d8

Please sign in to comment.