Commit 54e520a
committed
feat: add numpy, pandas and seaborn to poentry.toml
These libraries are needed for the ab_plot.py.
At the same time update `python` version defined in the
`pyproject.toml`. This is required because for some reason
poetry errors when pooling dependencies saying the python
version is too old. Updating the python version caused
other problems with poetry installation with `pip3 install`.
Because of this, change the way poetry is insatlled by
pooling it directly from a website. Additionally the change
broke somehow `virtualenv`, so just install `python3-venv` manually.
Signed-off-by: Egor Lazarchuk <[email protected]>1 parent 04630dd commit 54e520a
3 files changed
+2035
-1378
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | | - | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments