From ab26a50750421c6f5eb9f4438c675d3975d38185 Mon Sep 17 00:00:00 2001 From: chadhat <tarunchadha23@gmail.com> Date: Tue, 16 Aug 2022 17:32:25 +0200 Subject: [PATCH] updated environments --- environment.yml | 3 +++ environment_linux.yml | 3 +++ environment_m1.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/environment.yml b/environment.yml index fefdb8e..71f7eae 100644 --- a/environment.yml +++ b/environment.yml @@ -26,3 +26,6 @@ dependencies: - prettytable - jupyterlab-code-formatter - jupyterlab-git + - keras-tuner + - tensorflow_hub + - scikeras diff --git a/environment_linux.yml b/environment_linux.yml index dd3d848..761d85c 100644 --- a/environment_linux.yml +++ b/environment_linux.yml @@ -25,3 +25,6 @@ dependencies: - prettytable - jupyterlab-code-formatter - jupyterlab-git + - keras-tuner + - tensorflow_hub + - scikeras diff --git a/environment_m1.yml b/environment_m1.yml index 5f11e7c..bccc445 100644 --- a/environment_m1.yml +++ b/environment_m1.yml @@ -29,3 +29,6 @@ dependencies: - prettytable - jupyterlab-code-formatter - jupyterlab-git + - keras-tuner + - tensorflow_hub + - scikeras -- GitLab