From 6cd015dda9786e693f1766995278e73516b541a8 Mon Sep 17 00:00:00 2001 From: klein panic Date: Mon, 27 Jan 2025 15:30:18 -0500 Subject: [PATCH] adding requirements.txt --- .../LSTM-python/requirements.txt | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 src/Machine-Learning/LSTM-python/requirements.txt diff --git a/src/Machine-Learning/LSTM-python/requirements.txt b/src/Machine-Learning/LSTM-python/requirements.txt new file mode 100644 index 0000000..d2283b8 --- /dev/null +++ b/src/Machine-Learning/LSTM-python/requirements.txt @@ -0,0 +1,90 @@ +absl-py==2.1.0 +alembic==1.14.1 +astunparse==1.6.3 +certifi==2024.12.14 +charset-normalizer==3.4.1 +cloudpickle==3.1.1 +colorlog==6.9.0 +contourpy==1.3.1 +cycler==0.12.1 +Farama-Notifications==0.0.4 +filelock==3.17.0 +flatbuffers==25.1.24 +fonttools==4.55.6 +fsspec==2024.12.0 +gast==0.6.0 +google-pasta==0.2.0 +greenlet==3.1.1 +grpcio==1.70.0 +gym==0.26.2 +gym-notices==0.0.8 +gymnasium==1.0.0 +h5py==3.12.1 +idna==3.10 +Jinja2==3.1.5 +joblib==1.4.2 +keras==3.8.0 +kiwisolver==1.4.8 +libclang==18.1.1 +Mako==1.3.8 +Markdown==3.7 +markdown-it-py==3.0.0 +MarkupSafe==3.0.2 +matplotlib==3.10.0 +mdurl==0.1.2 +ml-dtypes==0.4.1 +mpmath==1.3.0 +namex==0.0.8 +networkx==3.4.2 +numpy==1.26.4 +nvidia-cublas-cu12==12.4.5.8 +nvidia-cuda-cupti-cu12==12.4.127 +nvidia-cuda-nvrtc-cu12==12.4.127 +nvidia-cuda-runtime-cu12==12.4.127 +nvidia-cudnn-cu12==9.1.0.70 +nvidia-cufft-cu12==11.2.1.3 +nvidia-curand-cu12==10.3.5.147 +nvidia-cusolver-cu12==11.6.1.9 +nvidia-cusparse-cu12==12.3.1.170 +nvidia-nccl-cu12==2.21.5 +nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvtx-cu12==12.4.127 +opt_einsum==3.4.0 +optree==0.14.0 +optuna==4.2.0 +optuna-integration==4.2.1 +packaging==24.2 +pandas==2.2.3 +pillow==11.1.0 +protobuf==5.29.3 +Pygments==2.19.1 +pyparsing==3.2.1 +python-dateutil==2.9.0.post0 +pytz==2024.2 +PyYAML==6.0.2 +requests==2.32.3 +rich==13.9.4 +scikit-learn==1.6.1 +scipy==1.15.1 +seaborn==0.13.2 +Shimmy==2.0.0 +six==1.17.0 +SQLAlchemy==2.0.37 +stable_baselines3==2.4.1 +sympy==1.13.1 +tabulate==0.9.0 +tensorboard==2.18.0 +tensorboard-data-server==0.7.2 +tensorflow==2.18.0 +tensorflow-io-gcs-filesystem==0.37.1 +termcolor==2.5.0 +threadpoolctl==3.5.0 +torch==2.5.1 +tqdm==4.67.1 +triton==3.1.0 +typing_extensions==4.12.2 +tzdata==2025.1 +urllib3==2.3.0 +Werkzeug==3.1.3 +wrapt==1.17.2 +xgboost==2.1.3