diff --git a/src/Machine-Learning/LSTM-python/src/.gitignore b/src/Machine-Learning/LSTM-python/src/.gitignore index e474fac..f7275bb 100644 --- a/src/Machine-Learning/LSTM-python/src/.gitignore +++ b/src/Machine-Learning/LSTM-python/src/.gitignore @@ -1,2 +1 @@ venv/ -.python-version diff --git a/src/Machine-Learning/LSTM-python/src/.python-version b/src/Machine-Learning/LSTM-python/src/.python-version new file mode 100644 index 0000000..0c7d5f5 --- /dev/null +++ b/src/Machine-Learning/LSTM-python/src/.python-version @@ -0,0 +1 @@ +3.11.4 diff --git a/src/Machine-Learning/LSTM-python/src/requirements.txt b/src/Machine-Learning/LSTM-python/src/requirements.txt index d2283b8..f4be07e 100644 --- a/src/Machine-Learning/LSTM-python/src/requirements.txt +++ b/src/Machine-Learning/LSTM-python/src/requirements.txt @@ -14,6 +14,7 @@ fonttools==4.55.6 fsspec==2024.12.0 gast==0.6.0 google-pasta==0.2.0 +GPUtil==1.4.0 greenlet==3.1.1 grpcio==1.70.0 gym==0.26.2 @@ -57,6 +58,7 @@ packaging==24.2 pandas==2.2.3 pillow==11.1.0 protobuf==5.29.3 +psutil==6.1.1 Pygments==2.19.1 pyparsing==3.2.1 python-dateutil==2.9.0.post0