From fe10e2d4900414de0d4947e7d220edd1810ea19b Mon Sep 17 00:00:00 2001 From: enricobu96 Date: Sat, 13 Apr 2024 17:47:18 +0200 Subject: [PATCH] manutenzione XD --- mACHINE-LEARNINGS/.gitignore | 1 + .../{datasets => data/dank}/.gitkeep | 0 mACHINE-LEARNINGS/data/normie/.gitkeep | 0 mACHINE-LEARNINGS/requirements.txt | 31 ++++++++++++++----- 4 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 mACHINE-LEARNINGS/.gitignore rename mACHINE-LEARNINGS/{datasets => data/dank}/.gitkeep (100%) create mode 100644 mACHINE-LEARNINGS/data/normie/.gitkeep diff --git a/mACHINE-LEARNINGS/.gitignore b/mACHINE-LEARNINGS/.gitignore new file mode 100644 index 0000000..7e03069 --- /dev/null +++ b/mACHINE-LEARNINGS/.gitignore @@ -0,0 +1 @@ +stupidvenv/ \ No newline at end of file diff --git a/mACHINE-LEARNINGS/datasets/.gitkeep b/mACHINE-LEARNINGS/data/dank/.gitkeep similarity index 100% rename from mACHINE-LEARNINGS/datasets/.gitkeep rename to mACHINE-LEARNINGS/data/dank/.gitkeep diff --git a/mACHINE-LEARNINGS/data/normie/.gitkeep b/mACHINE-LEARNINGS/data/normie/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/mACHINE-LEARNINGS/requirements.txt b/mACHINE-LEARNINGS/requirements.txt index db43f1b..e4071e7 100644 --- a/mACHINE-LEARNINGS/requirements.txt +++ b/mACHINE-LEARNINGS/requirements.txt @@ -1,7 +1,24 @@ -tqdm -pytorch -pandas -numpy -pyarrow -sklearn -torchvision \ No newline at end of file +filelock==3.13.4 +fsspec==2024.3.1 +Jinja2==3.1.3 +joblib==1.4.0 +MarkupSafe==2.1.5 +mpmath==1.3.0 +networkx==3.3 +numpy==1.26.4 +pandas==2.2.2 +pillow==10.3.0 +pyarrow==15.0.2 +python-dateutil==2.9.0.post0 +pytz==2024.1 +scikit-learn==1.4.2 +scipy==1.13.0 +six==1.16.0 +sympy==1.12 +threadpoolctl==3.4.0 +torch==2.2.2+cpu +torchaudio==2.2.2+cpu +torchvision==0.17.2+cpu +tqdm==4.66.2 +typing_extensions==4.11.0 +tzdata==2024.1