Update environment.yml
This commit is contained in:
parent
50f6742b23
commit
767ef26e47
@ -1,21 +1,7 @@
|
|||||||
# environment.yml template for micromamba
|
channels:
|
||||||
# NOTE: Environment name is programmatically set - any 'name' field here will be ignored
|
- conda-forge
|
||||||
|
- defaults
|
||||||
# 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
|
|
||||||
|
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- python>=3.11
|
||||||
|
- matplotlib
|
||||||
|
Loading…
Reference in New Issue
Block a user