Add Croissant git repo to conda env
Browse files- util/environment.yml +1 -1
util/environment.yml
CHANGED
@@ -14,5 +14,5 @@ dependencies:
|
|
14 |
- git
|
15 |
- git-lfs
|
16 |
- pip:
|
17 |
-
- mlcroissant
|
18 |
- GitPython
|
|
|
14 |
- git
|
15 |
- git-lfs
|
16 |
- pip:
|
17 |
+
- mlcroissant@git+https://github.com/mlcommons/croissant/#subdirectory=python/mlcroissant
|
18 |
- GitPython
|