diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-23 13:31:05 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-23 13:31:05 +0200 |
| commit | 81563cdb647b8de014a59fdc7e17fcd5ebf4be6c (patch) | |
| tree | 631cd8ff1f3f77d29739c7e1a06347a327caa7e7 /python_scripts/requirements.txt | |
| parent | ca0c72789ba87791829001d259000b2966d9d6e4 (diff) | |
feat: managed to successfully run experiment I
Diffstat (limited to 'python_scripts/requirements.txt')
| -rw-r--r-- | python_scripts/requirements.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/python_scripts/requirements.txt b/python_scripts/requirements.txt new file mode 100644 index 00000000..812865e8 --- /dev/null +++ b/python_scripts/requirements.txt @@ -0,0 +1,25 @@ +annotated-doc==0.0.4 +annotated-types==0.7.0 +anyio==4.14.0 +certifi==2026.6.17 +charset-normalizer==3.4.7 +click==8.4.1 +fastapi==0.137.2 +h11==0.16.0 +idna==3.18 +numpy==2.5.0 +pandas==3.0.3 +pyarrow==24.0.0 +pydantic==2.13.4 +pydantic_core==2.46.4 +python-dateutil==2.9.0.post0 +redis==8.0.0 +redis-streams==0.3.0 +requests==2.34.2 +six==1.17.0 +starlette==1.3.1 +tabulate==0.10.0 +typing-inspection==0.4.2 +typing_extensions==4.15.0 +urllib3==2.7.0 +uvicorn==0.49.0 |
