Skip to content

Commit 25163d1

Browse files
authored
Change prophet installation to pip in environment.yml
Moved 'prophet' package installation from conda to pip. Signed-off-by: Mehdi-kbz <141425685+Mehdi-kbz@users.noreply.github.com>
1 parent 1844d40 commit 25163d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ dependencies:
7878
- xgboost>=2.0.0,<3.0.0
7979
- plotly>=5.0.0
8080
- python-kaleido>=0.2.0
81-
- prophet==1.2.1
8281
- sktime==0.40.1
8382
- catboost==1.2.8
8483

8584
- pip:
8685
# protobuf installed via pip to avoid libabseil conflicts with conda libarrow
8786
- protobuf>=5.29.0,<5.30.0
87+
- prophet==1.2.1
8888
# pyarrow constraint must match conda version to avoid upgrades
8989
- pyarrow>=14.0.1,<17.0.0
9090
- databricks-sdk>=0.59.0,<1.0.0
@@ -105,4 +105,4 @@ dependencies:
105105
- eth-typing>=5.0.1,<6.0.0
106106
- pandas>=2.0.1,<2.3.0
107107
- moto[s3]>=5.0.16,<6.0.0
108-
- autogluon.timeseries>=1.1.1,<2.0.0
108+
- autogluon.timeseries>=1.1.1,<2.0.0

0 commit comments

Comments
 (0)