summaryrefslogtreecommitdiffstats
path: root/build/conda/conda-3-8-env.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build/conda/conda-3-8-env.yaml')
-rw-r--r--build/conda/conda-3-8-env.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/build/conda/conda-3-8-env.yaml b/build/conda/conda-3-8-env.yaml
deleted file mode 100644
index 63aaadeb295..00000000000
--- a/build/conda/conda-3-8-env.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-channels:
- - conda-forge
- - defaults
-dependencies:
- - python =3.8.16
- - 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:
- # 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