From c046d4bcb7e0d1f83c0fc1a50eae9807dec37b74 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sun, 3 Nov 2024 04:44:46 +0100 Subject: [PATCH] adding vega_datasets to list of dependencies vega_datasets contains example datasets which are used in the Vega-Altair gallery of examples having this dependency would make this exercise easier: https://aaltoscicomp.github.io/python-for-scicomp/plotting-vega-altair/#exercise-adapting-a-gallery-example --- software/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/software/environment.yml b/software/environment.yml index 93e57177..6ddf6639 100644 --- a/software/environment.yml +++ b/software/environment.yml @@ -21,4 +21,5 @@ dependencies: - scalene - ruff - altair-all + - vega_datasets - xarray