forked from microsoft/SynapseML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
46 lines (46 loc) · 851 Bytes
/
environment.yml
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
name: synapseml
channels:
- conda-forge
- default
dependencies:
- python=3.8.8
- requests=2.26.0
- pip=21.3
- r-base=4.1.1
- r-sparklyr=1.8.1
- r-devtools=2.4.2
- pip:
- pyarrow>=0.15.0
- numpy>=1.19.3
- pyspark==3.2.3
- pandas==1.2.5
- wheel
- sphinx==4.2.0
- sphinx_paramlinks==0.5.2
- sphinx_rtd_theme
- coverage
- pytest
- pytest-cov
- nbconvert
- nbformat
- PyGithub
- tqdm
- build
- ipython
- pytest-codeblocks
- azure-storage-blob
- twine
- jupyter
- mlflow
- torch==1.11.0
- torchvision==0.12.0
- horovod==0.25.0
- petastorm>=0.11.0
- pytorch_lightning==1.5.0
- onnxmltools==1.7.0
- matplotlib
- Pillow
- transformers==4.15.0
- huggingface-hub>=0.8.1
- langchain==0.0.151
- openai==0.27.5