JuliaFEM / FEMBase.jl

JuliaFEM base package (core functionality)
http://juliafem.org/
MIT License
16 stars 9 forks source link

ERROR: LoadError: ArgumentError: Package FEMBasis does not have Tensors in its dependencies: #66

Closed Batmanabcdefg closed 4 years ago

Batmanabcdefg commented 4 years ago

Hello,

I cannot test FEMBase: ERROR: LoadError: ArgumentError: Package FEMBasis does not have Tensors in its dependencies:

Also [compat] julia = "≥ 1.0" Calculus = "0.5" Tensors = "1"

not works...

ahojukka5 commented 4 years ago

This is already fixed, and waiting for the next release. https://github.com/JuliaRegistries/General/pull/5967. Meanwhile, you can checkout the earlier FEMBasis release.

ahojukka5 commented 4 years ago

This however probably has nothing to do with https://github.com/JuliaFEM/UMAT.jl/issues/19.