From 767ef26e47966568614f565819931476e74f03ef Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 20 May 2025 09:41:44 +0200 Subject: [PATCH] Update environment.yml --- environment.yml | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/environment.yml b/environment.yml index 119ab27..9082987 100644 --- a/environment.yml +++ b/environment.yml @@ -1,21 +1,7 @@ - # environment.yml template for micromamba - # NOTE: Environment name is programmatically set - any 'name' field here will be ignored - - # Configure channels - channels: - # Add/remove channels as needed: - # - conda-forge - # - defaults - - # List all dependencies (both conda and pip packages) - dependencies: - # Conda packages (specify versions as needed): - # - python=3.11 # Include Python explicitly if needed - # - numpy>=1.21 # Example minimum version - - # For PyPI packages: - # - pip - # - pip: - # - package_name==1.2.3 # PyPI packages with exact versions - +channels: + - conda-forge + - defaults +dependencies: + - python>=3.11 + - matplotlib