From eed1ff19966da384aceae3588262fa55e88beba1 Mon Sep 17 00:00:00 2001 From: Malnammi Date: Sun, 29 Dec 2024 14:38:39 +0300 Subject: [PATCH] Removing upsetplot package - Removing upsetplot pacakge from main env as it requires later python version. Only need upsetplot for visualizing in one of the notebooks. --- .github/workflows/test.yml | 2 +- conda_cpu_env.yml | 3 +-- conda_env.yml | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd22edf..5306e30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,5 +31,5 @@ jobs: --pipeline_params_json_file=../param_configs/sample_data_config.json \ --hyperparams_json_file=../param_configs/experiment_PstP_hyperparams/sampled_hyparams/ClusterBasedWCSelector_609.json \ --iter_max=5 \ - --no-precompute_dissimilarity_matrix \ + --precompute_dissimilarity_matrix \ --initial_dataset_file=../datasets/sample_data/training_data/iter_0.csv.gz diff --git a/conda_cpu_env.yml b/conda_cpu_env.yml index 04964b9..667a884 100644 --- a/conda_cpu_env.yml +++ b/conda_cpu_env.yml @@ -12,5 +12,4 @@ dependencies: - tensorflow=1.11.0 - keras=2.2.4 - scikit-learn=0.19.2 -- pubchempy=1.0.4 -- upsetplot=0.9.0 \ No newline at end of file +- pubchempy=1.0.4 \ No newline at end of file diff --git a/conda_env.yml b/conda_env.yml index 64992fe..97ccdd0 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -14,5 +14,4 @@ dependencies: - tensorflow-gpu=1.11.0 - keras=2.2.4 - scikit-learn=0.19.2 -- pubchempy=1.0.4 -- upsetplot=0.9.0 \ No newline at end of file +- pubchempy=1.0.4 \ No newline at end of file