|
5 | 5 | "execution_count": 1, |
6 | 6 | "metadata": { |
7 | 7 | "execution": { |
8 | | - "iopub.execute_input": "2023-02-13T14:11:29.261665Z", |
9 | | - "iopub.status.busy": "2023-02-13T14:11:29.261394Z", |
10 | | - "iopub.status.idle": "2023-02-13T14:11:29.267566Z", |
11 | | - "shell.execute_reply": "2023-02-13T14:11:29.266734Z" |
| 8 | + "iopub.execute_input": "2023-07-31T10:02:34.099802Z", |
| 9 | + "iopub.status.busy": "2023-07-31T10:02:34.099406Z", |
| 10 | + "iopub.status.idle": "2023-07-31T10:02:34.115259Z", |
| 11 | + "shell.execute_reply": "2023-07-31T10:02:34.114688Z" |
12 | 12 | }, |
13 | 13 | "pycharm": { |
14 | 14 | "name": "#%%\n" |
|
17 | 17 | "outputs": [], |
18 | 18 | "source": [ |
19 | 19 | "import numpy as np\n", |
| 20 | + "import regex\n", |
20 | 21 | "\n", |
21 | 22 | "def func(data):\n", |
| 23 | + " # using regex, just so it's listed and its version inferred correctly\n", |
| 24 | + " regex.search(r'(ab)', 'abcdef')\n", |
22 | 25 | " return bool(np.all([True]))\n" |
23 | 26 | ] |
24 | 27 | }, |
|
27 | 30 | "execution_count": 2, |
28 | 31 | "metadata": { |
29 | 32 | "execution": { |
30 | | - "iopub.execute_input": "2023-02-13T14:11:29.270506Z", |
31 | | - "iopub.status.busy": "2023-02-13T14:11:29.270233Z", |
32 | | - "iopub.status.idle": "2023-02-13T14:11:29.969468Z", |
33 | | - "shell.execute_reply": "2023-02-13T14:11:29.968705Z" |
| 33 | + "iopub.execute_input": "2023-07-31T10:02:34.118394Z", |
| 34 | + "iopub.status.busy": "2023-07-31T10:02:34.118192Z", |
| 35 | + "iopub.status.idle": "2023-07-31T10:02:35.897692Z", |
| 36 | + "shell.execute_reply": "2023-07-31T10:02:35.897269Z" |
34 | 37 | }, |
35 | 38 | "pycharm": { |
36 | 39 | "is_executing": true, |
|
42 | 45 | "name": "stdout", |
43 | 46 | "output_type": "stream", |
44 | 47 | "text": [ |
45 | | - "numpy==1.22.4\n" |
| 48 | + "numpy==1.25.1 regex==2023.6.3\n" |
46 | 49 | ] |
47 | 50 | } |
48 | 51 | ], |
|
71 | 74 | "name": "python", |
72 | 75 | "nbconvert_exporter": "python", |
73 | 76 | "pygments_lexer": "ipython3", |
74 | | - "version": "3.9.13" |
| 77 | + "version": "3.10.9" |
75 | 78 | } |
76 | 79 | }, |
77 | 80 | "nbformat": 4, |
|
0 commit comments