From 95235ebfc3a2177f97ab1788c1c4239d7964dc41 Mon Sep 17 00:00:00 2001 From: Ray Yang Date: Tue, 31 Dec 2024 11:25:42 -0600 Subject: [PATCH] deps: add Combinatorics package to Project.toml --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 54994aa5..1c7c0954 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,7 @@ AtomBase = "0.1" AtomsBase = "0.3" AtomsIO = "0.2" BenchmarkTools = "1" +Combinatorics = "1" CSV = "0.10" DataFrames = "1" Distributions = "0.25"