Skip to content

Commit

Permalink
removed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Jun 18, 2024
1 parent dc16f48 commit 8f83cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ version = "1.0.0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FMIBase = "900ee838-d029-460e-b485-d98a826ceef2"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[weakdeps]
FMIZoo = "724179cf-c260-40a9-bd27-cccc6fe2f195"
Expand All @@ -21,7 +19,5 @@ FMIZooExt = ["FMIZoo"]
Downloads = "1"
FMIBase = "1.0.0"
Libdl = "1"
PackageExtensionCompat = "1.0.0"
RelocatableFolders = "1"
Requires = "1.3.0"
julia = "1.6"
4 changes: 2 additions & 2 deletions src/FMIImport.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ include("FMI3/ext.jl")
include("FMI3/md.jl")

# extensions
using Requires
using PackageExtensionCompat
using FMIBase.Requires
using FMIBase.PackageExtensionCompat
function __init__()
@require_extensions
end
Expand Down

0 comments on commit 8f83cb7

Please sign in to comment.