From 81563cdb647b8de014a59fdc7e17fcd5ebf4be6c Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 23 Jun 2026 13:31:05 +0200 Subject: feat: managed to successfully run experiment I --- python_scripts/requirements.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python_scripts/requirements.txt (limited to 'python_scripts/requirements.txt') 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 -- cgit v1.2.3