diff --git a/README.md b/README.md
index 34bd53ea03bd8ab7377066816b9ce7a082bc46e1..de617757aacb70214dde7acbef4b40d407da1332 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ conda install -c conda-forge mpi4py openmpi
 A Fortran Compiler is required to run the LDVM model. Version used: **GNU Fortran (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0**.\
 Regarding the execution of the LDVM model, the original Fortran code is executed from Python in a temporary folder.
 
-## Models Implemented
+## LESP Discrete Vortex Method
 
 Here is the reference to the model implemented in this project.
 
diff --git a/requirements.txt b/requirements.txt
index 568523d1b3635913fddad2417093ec168b40dc6a..5e905847955467e48236471956e350fe63d54866 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,9 @@ scipy~=1.14.1
 matplotlib~=3.9.2
 tqdm~=4.67.1
 scikit-learn~=1.6.0
-pymoo~=0.6.1.3
\ No newline at end of file
+pymoo~=0.6.1.3
+torch~=2.5.1
+mpi4py~=3.1.6
+dask~=2024.12.1
+opencv-python~=4.11.0.86
+pillow~=11.0.0
\ No newline at end of file