mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-12 06:22:00 +00:00
Drop Dataframes (#193)
Looks that package is no more used in the code. Let's drop it.
This commit is contained in:
@@ -3,7 +3,6 @@ FEMBase 0.1 0.2-
|
||||
ForwardDiff
|
||||
LightXML 0.4
|
||||
HDF5 0.7
|
||||
DataFrames
|
||||
Formatting
|
||||
Logging
|
||||
TimerOutputs
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
using JuliaFEM
|
||||
using JuliaFEM.Testing
|
||||
using DataFrames
|
||||
|
||||
@testset "two increments, linear solver" begin
|
||||
X = Dict{Int, Vector{Float64}}(
|
||||
|
||||
Reference in New Issue
Block a user