-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
53 lines (52 loc) · 961 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Conda Environment Setup Instructions
# - Using an environment.yml file with conda
# - Key Terminal Commands:
#
# conda env create -f environment.yml
# conda env update --file environment.yml --prune
# conda env export --name fungi_Incognita > environment.yml
# conda env remove --name fungi_Incognita
# conda env list
name: fungi_Incognita
channels:
- conda-forge
- defaults
- anaconda
dependencies:
- altair
- altair_viewer
- black
- dython
- flask
- grpcio
- gunicorn
- hyperopt
- isort
- jupyterlab
- matplotlib
- mlflow
- numpy
- pandas=2.2.3
- pillow
- pip
- pipenv
- plotly
- pylint
- python=3.11
- requests
- ruff
- scikit-learn=1.5.2
- seaborn
- setuptools
- streamlit
- tensorflow=2.14
- tqdm
- xgboost
- pip:
- scipy
# - torch
# - torchaudio
# - torchvision
# - keras-image-helper
# - tensorflow-metal==1.1.0
# - tensorflow-serving-api==2.7.0