Skip to content

Commit

Permalink
Removing upsetplot package
Browse files Browse the repository at this point in the history
- Removing upsetplot pacakge from main env as it requires later python version. Only need upsetplot for visualizing in one of the notebooks.
  • Loading branch information
Malnammi committed Dec 29, 2024
1 parent bbf5188 commit eed1ff1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions conda_cpu_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- pubchempy=1.0.4
3 changes: 1 addition & 2 deletions conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- pubchempy=1.0.4

0 comments on commit eed1ff1

Please sign in to comment.