forked from eliteservice1002/mlmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_fake.txt
executable file
·97 lines (57 loc) · 1.29 KB
/
requirements_fake.txt
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#### DL framework
git+https://www.github.com/keras-team/keras-contrib.git
mlflow==1.7.1
### JSON with Cmment embedded
jsoncomment==0.4.2
### TF
tensorflow-datasets==3.0
### Lightning for GPU/TPu training
pytorch-lightning==0.7.3
### Computer Vision
torchvision==0.4.0
Pillow<7.0 ##Issue
### transformers with 7.0
pytorch-transformers
###transformers==2.4.1 #### fix issue #23 could not run on macos
transformers==2.3.0 #### due to sentence transformers
sentence-transformers==0.2.4
tensorboardX
### autokeras
# autokeras==1.0.2
# packaging==20.3
# tensorflow==2.0 ### Conflict
#####Gluon#######################
mxnet==1.6.0
gluonts==0.4.2
pydantic<=1.4 ### issue with DeepAR
autogluon==0.0.5
lightgbm==2.3.0
############################
deepctr
############################
pandas<1.0
scipy>=1.3.0
scikit-learn==0.21.2
numexpr>=2.6.8
# sqlalchemy>=1.3.8,
sqlalchemy<=1.3.13
boto3==1.9.187
toml
setuptools==45.2.0
python-dateutil==2.8.0
###Utils
cli_code
#### NLP
torchtext
nltk
spacy
gensim
matchzoo-py==1.1.1 # pytorch-transformers >= 1.1.0, pytorch > 1.2.0
#### Distributed training
# horovod==0.16.2 #### Issues with OPEN MPI
#### For ARMDN
tensorflow_probability<=0.7.0
keras-mdn-layer<=0.2.1
## Required for gluon_FB prophet
fbprophet==0.6
convertdate>=2.1.2