You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can import PyPI packages or your own Python packages to help create more complex aggregators. See [Python Packages](../advanced/python-packages.md) for more details.
42
+
The following packages have been pre-installed and can be used in your implementations:
43
+
44
+
```text
45
+
pyspark==2.4.0
46
+
boto3==1.9.78
47
+
msgpack==0.6.1
48
+
numpy>=1.13.3,<2
49
+
requirements-parser==0.2.0
50
+
packaging==19.0.0
51
+
```
52
+
53
+
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
You can import PyPI packages or your own Python packages to help create more complex models. See [Python Packages](../advanced/python-packages.md) for more details.
51
+
The following packages have been pre-installed and can be used in your implementations:
52
+
53
+
```text
54
+
tensorflow==1.12.0
55
+
boto3==1.9.78
56
+
msgpack==0.6.1
57
+
numpy>=1.13.3,<2
58
+
requirements-parser==0.2.0
59
+
packaging==19.0.0
60
+
```
61
+
62
+
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
You can import PyPI packages or your own Python packages to help create more complex transformers. See [Python Packages](../advanced/python-packages.md) for more details.
86
+
The following packages have been pre-installed and can be used in your implementations:
87
+
88
+
```text
89
+
pyspark==2.4.0
90
+
boto3==1.9.78
91
+
msgpack==0.6.1
92
+
numpy>=1.13.3,<2
93
+
requirements-parser==0.2.0
94
+
packaging==19.0.0
95
+
```
96
+
97
+
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../advanced/python-packages.md) for more details.
0 commit comments