From 868ea1d0f9d253fadafa756c4f63a13de223222a Mon Sep 17 00:00:00 2001 From: olshab Date: Fri, 20 Sep 2024 21:09:23 +0400 Subject: [PATCH] created ipynb notebook --- lab_1/requirements.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lab_1/requirements.txt diff --git a/lab_1/requirements.txt b/lab_1/requirements.txt new file mode 100644 index 0000000..d08d575 --- /dev/null +++ b/lab_1/requirements.txt @@ -0,0 +1,32 @@ +asttokens==2.4.1 +comm==0.2.2 +debugpy==1.8.5 +decorator==5.1.1 +executing==2.1.0 +ipykernel==6.29.5 +ipython==8.27.0 +jedi==0.19.1 +jupyter_client==8.6.3 +jupyter_core==5.7.2 +matplotlib-inline==0.1.7 +nest-asyncio==1.6.0 +numpy==2.1.1 +packaging==24.1 +pandas==2.2.3 +parso==0.8.4 +pexpect==4.9.0 +platformdirs==4.3.6 +prompt_toolkit==3.0.47 +psutil==6.0.0 +ptyprocess==0.7.0 +pure_eval==0.2.3 +Pygments==2.18.0 +python-dateutil==2.9.0.post0 +pytz==2024.2 +pyzmq==26.2.0 +six==1.16.0 +stack-data==0.6.3 +tornado==6.4.1 +traitlets==5.14.3 +tzdata==2024.1 +wcwidth==0.2.13