elcc / util /environment.yml
bboldt's picture
Add Croissant git repo to conda env
e6dcd44
raw
history blame
292 Bytes
name: elcc
channels:
- conda-forge
dependencies:
- pandas
- pandas-stubs
- mypy
- black
- tqdm
- joblib
- pydantic
- pyyaml
- jinja2
- git
- git-lfs
- pip:
- mlcroissant@git+https://github.com/mlcommons/croissant/#subdirectory=python/mlcroissant
- GitPython