Skip to content

Commit

Permalink
cap setuptools in env
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jun 11, 2024
1 parent 642637d commit 33a316d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
- pyspark>=3.3
- s3fs
- scikit-learn
- setuptools<70
- shap
- statsmodels
- window-ops
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spark_requirements = fugue pyspark>=3.3 lightgbm xgboost
aws_requirements = fsspec[s3]
gcp_requirements = fsspec[gcs]
azure_requirements = fsspec[adl]
dev_requirements = black datasetsforecast matplotlib mypy nbdev polars prophet pyarrow ruff setuptools<70 shap statsmodels
dev_requirements = black datasetsforecast matplotlib mypy nbdev polars prophet pyarrow ruff shap statsmodels
nbs_path = nbs
doc_path = _docs
recursive = True
Expand Down

0 comments on commit 33a316d

Please sign in to comment.