From 6f482cca16ad663ce6877de71546c6dfa3e789f7 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Fri, 2 Jul 2021 16:45:28 -0400 Subject: [PATCH] Upgrade cmake to more updated mamba package --- binder/apt.txt | 1 - binder/environment.yml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/apt.txt b/binder/apt.txt index 290d290..060d289 100644 --- a/binder/apt.txt +++ b/binder/apt.txt @@ -1,2 +1 @@ -cmake clang \ No newline at end of file diff --git a/binder/environment.yml b/binder/environment.yml index 2bf3129..ba47f1b 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -8,4 +8,5 @@ dependencies: - jupyter - notebook - sympy - - pip \ No newline at end of file + - pip + - cmake \ No newline at end of file -- GitLab