diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-11-13 11:45:59 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-11-13 11:45:59 +0400 |
| commit | 2490844ed0b6e8fb64af0b8a18cc2bdfd87690f5 (patch) | |
| tree | 95401baf6f3ddf13857693817e59382f3a27dc3c /lab4/requirements.txt | |
| parent | bcee37a8dda3ced1c09a671ddf321352bbc284e9 (diff) | |
Добавлена реализация четвёртой лабы
Diffstat (limited to 'lab4/requirements.txt')
| -rw-r--r-- | lab4/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lab4/requirements.txt b/lab4/requirements.txt new file mode 100644 index 0000000..c8a04f6 --- /dev/null +++ b/lab4/requirements.txt @@ -0,0 +1,2 @@ +mpmath==1.2.1 +sympy==1.11.1 |