Skip to content

Commit aedc99f

Browse files
committed
Add regex to default packages
(cherry picked from commit 962b4c2)
1 parent 44191d2 commit aedc99f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docs/deployments/request-handlers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ numpy>=1.13.3,<2
8181
requirements-parser==0.2.0
8282
packaging==19.0.0
8383
pillow==6.1.0
84+
regex==2017.4.5
8485
```
8586

8687
You can install additional PyPI packages and import your own Python packages. See [Python Packages](../piplines/python-packages.md) for more details.

docs/pipelines/aggregators-custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ numpy>=1.13.3,<2
4949
requirements-parser==0.2.0
5050
packaging==19.0.0
5151
pillow==6.1.0
52+
regex==2017.4.5
5253
```
5354

5455
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

docs/pipelines/estimators-custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ numpy>=1.13.3,<2
6262
requirements-parser==0.2.0
6363
packaging==19.0.0
6464
pillow==6.1.0
65+
regex==2017.4.5
6566
```
6667

6768
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

docs/pipelines/transformers-custom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ numpy>=1.13.3,<2
9494
requirements-parser==0.2.0
9595
packaging==19.0.0
9696
pillow==6.1.0
97+
regex==2017.4.5
9798
```
9899

99100
You can install additional PyPI packages and import your own Python packages. See [Python Packages](python-packages.md) for more details.

pkg/workloads/cortex/lib/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ requirements-parser==0.2.0
55
packaging==19.0.0
66
json_tricks==3.13.1
77
pillow==6.1.0
8+
regex==2017.4.5

0 commit comments

Comments
 (0)