Skip to content

Commit

Permalink
Update recipe featurewiz
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdaraujo committed Oct 28, 2024
1 parent 8cbe6af commit eb10730
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions recipes/featurewiz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@ build:

requirements:
host:
- pip
- python >=3.7
- python >=3.7
- pip
run:
- python >=3.7
- ipython
- jupyter
- xgboost >=1.5,<=1.6.2
- pandas >=1.3.4,<2.0
- matplotlib-base
- seaborn
- scikit-learn >=0.24,<=1.2.2
- networkx >=2.6.2
- category_encoders >=2.6.2
- xlrd >=2.0.0
- tqdm >=4.61.1
- dask-core >=2021.11.0
- lightgbm >=3.2.1
- distributed >=2021.11.0
- feather-format >=0.4.1
- pyarrow >=7.0.0
- fsspec >=0.3.3
- scipy <1.11.0
- pillow >=9.0.0
- lazytransform >=1.16
- numexpr >=2.7.3
- python >=3.7
- ipython
- jupyter
- xgboost >=1.5,<=1.6.2
- pandas >=1.3.4,<2.0
- matplotlib-base
- seaborn
- scikit-learn >=0.24,<=1.2.2
- networkx >=2.6.2
- category_encoders >=2.6.2
- xlrd >=2.0.0
- tqdm >=4.61.1
- dask-core >=2021.11.0
- lightgbm >=3.2.1
- distributed >=2021.11.0
- feather-format >=0.4.1
- pyarrow >=7.0.0
- fsspec >=0.3.3
- scipy <1.11.0
- pillow >=9.0.0
- lazytransform >=1.16
- numexpr >=2.7.3

test:
imports:
Expand Down

0 comments on commit eb10730

Please sign in to comment.