-
Notifications
You must be signed in to change notification settings - Fork 861
Expand file tree
/
Copy pathenvironment.yml
More file actions
58 lines (58 loc) · 1.34 KB
/
environment.yml
File metadata and controls
58 lines (58 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: synapseml
channels:
- conda-forge
- default
dependencies:
- python=3.11.8
- requests=2.26.0
- pip=25.2
- r-base=4.1.1
- r-sparklyr=1.8.1
- r-devtools=2.4.2
- cmake<=3.27
- pip:
- pyarrow==10.0.1
- pyspark==3.5.0
- pandas==2.0.3
- wheel
- sphinx==5.0.2
- sphinx_paramlinks==0.5.2
- sphinx_rtd_theme
- coverage
- pytest
- pytest-cov
- nbconvert
- nbformat
- pyyaml
- PyGithub
- tqdm
- ipython
- pytest-codeblocks
- azure-storage-blob
- jupyter
- twine
- mlflow
- numpy
- torch==2.1.0
- torchvision==0.16.0
# horovod package was deprecated in 2023, this commit has horovod compile with c++17
# Ref: https://github.com/horovod/horovod/issues/3996#issuecomment-2098507345
# Pre-built wheel for faster CI (built from same commit on Ubuntu 22.04 + Python 3.11)
- https://mmlspark.blob.core.windows.net/installers/horovod-0.28.1-cp311-cp311-linux_x86_64.whl
- petastorm>=0.11.0
- pytorch_lightning==1.5.0
- onnxmltools==1.7.0
- matplotlib
- Pillow
- transformers==4.49.0
- huggingface-hub==0.26.0
- langchain==0.0.152
- openai==0.27.5
- black==22.3.0
- black[jupyter]==22.3.0
- mistletoe
- markdownify
- pypandoc
- traitlets
- opencv-python
- sentence_transformers~=4.0.2