Skip to content

Commit

Permalink
fix some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed May 23, 2024
1 parent 0c90291 commit e16e5f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "feae80fe3d303ac9acfa17e96927377d01f54a3a"
project_hash = "613512c1dbd261c93f3cc8f41ab195777e878cb0"

[[deps.ARFFFiles]]
deps = ["CategoricalArrays", "Dates", "Parsers", "Tables"]
Expand Down Expand Up @@ -2408,7 +2408,9 @@ version = "1.10.0"

[[deps.TargeneCore]]
deps = ["ArgParse", "Arrow", "BGEN", "CSV", "CairoMakie", "CategoricalArrays", "Combinatorics", "DataFrames", "Distributions", "HTTP", "JLD2", "JSON", "Mmap", "PackageCompiler", "Random", "Serialization", "SnpArrays", "StableRNGs", "Statistics", "TMLE", "TargetedEstimation", "YAML"]
path = "../TARGENE/TargeneCore.jl"
git-tree-sha1 = "fac5b211886df2fbb0e40187334434146b826336"
repo-rev = "41c78b60de7ca2cbd27de4b24be2ebac5a599b14"
repo-url = "https://github.com/TARGENE/TargeneCore.jl"
uuid = "3aa9512e-41c2-4133-bfaa-ba71048dd391"
version = "0.7.0"

Expand Down
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.0.1"
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -21,11 +20,11 @@ MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJGLMInterface = "caf8df21-4939-456d-ac9c-5fefbfb04c0c"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TMLE = "8afdd2fb-6e73-43df-8b62-b1650cd9c8cf"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Expand Down

0 comments on commit e16e5f8

Please sign in to comment.