-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
23 lines (23 loc) · 766 Bytes
/
Copy pathenvironment.yml
File metadata and controls
23 lines (23 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: climate-env
channels:
- conda-forge
dependencies:
- pandas=2.2.2
- python=3.11.4
- matplotlib=3.10.8
- scikit-learn=1.7.2
- pyyaml=6.0.3
- conda-lock=3.0.4
- pandera-pandas=0.26.1
- altair-all=5.4
- click=8.3.1
- quarto=1.8.26
- pytest=9.0.2
- make=4.4.1
- pip=25.3
# ------------
# pip dependencies are installed into Docker in the Dockerfile. to create a working conda environment, uncomment the following lines before creating an environment from this file. to create a new conda-lock file (and subsequent Docker image), these lines must be commented out. (the Dockerfile will take care of installing these dependencies in the Docker image.)
# -------------
# - pip:
# - deepchecks==0.18.1
# - ipython==8.30.0