summaryrefslogtreecommitdiffstats
path: root/build/conda/conda-3-9-env.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build/conda/conda-3-9-env.yaml')
-rw-r--r--build/conda/conda-3-9-env.yaml26
1 files changed, 24 insertions, 2 deletions
diff --git a/build/conda/conda-3-9-env.yaml b/build/conda/conda-3-9-env.yaml
index f3df1b12450..53b803946d6 100644
--- a/build/conda/conda-3-9-env.yaml
+++ b/build/conda/conda-3-9-env.yaml
@@ -2,7 +2,29 @@ channels:
- conda-forge
- defaults
dependencies:
- - python=3.9.13
+ - python =3.9.13
+ - git
+ # Build dependencies
- pip
+ - pybind11
+ - cmake
+ # System dependencies
+ - openssl =1.1.1
+ - libtiff
+ # Main dependencies
+ - numpy ==1.23.4
+ # Forecasting dependencies
+ - ffmpeg
+ - lightgbm ==3.3.5
+ # Optimization dependencies
+ - cvxpy ==1.2.2
- pip:
- - poetry==1.3.2
+ # Build dependencies
+ - poetry ==1.4.0
+ # Main dependencies
+ - charset-normalizer ==3.1.0
+ # Forecasting dependencies
+ - catboost ==1.1.1
+ - xgboost ==1.7.4
+ # Optimization dependencies
+ - qdldl ==0.1.5.post3