mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-05 21:17:04 +00:00

* precommit: end-of-file-fixer * exclude .gitignore * apply --------- Co-authored-by: Shaokun <shaokunzhang529@gmail.com>
16 lines
294 B
YAML
16 lines
294 B
YAML
name: data-prep-env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- numpy=1.21.2
|
|
- pip=21.2.4
|
|
- scikit-learn=0.24.2
|
|
- scipy=1.7.1
|
|
- pandas>=1.1,<1.2
|
|
- pip:
|
|
# - inference-schema[numpy-support]==1.3.0
|
|
# - xlrd==2.0.1
|
|
- mlflow==1.26.1
|
|
- azureml-mlflow==1.42.0
|