diff --git a/README.md b/README.md
index 2fc92971ff..d57228fda6 100644
--- a/README.md
+++ b/README.md
@@ -161,7 +161,7 @@ pip install "python-doctr[torch,viz,html,contib]"
For MacBooks with M1 chip, you will need some additional packages or specific versions:
- TensorFlow 2: [metal plugin](https://developer.apple.com/metal/tensorflow-plugin/)
-- PyTorch: [version >= 1.12.0](https://pytorch.org/get-started/locally/#start-locally)
+- PyTorch: [version >= 2.0.0](https://pytorch.org/get-started/locally/#start-locally)
### Developer mode
diff --git a/docs/source/getting_started/installing.rst b/docs/source/getting_started/installing.rst
index 46d4177b30..e764e734a7 100644
--- a/docs/source/getting_started/installing.rst
+++ b/docs/source/getting_started/installing.rst
@@ -17,7 +17,7 @@ Whichever OS you are running, you will need to install at least TensorFlow or Py
For MacBooks with M1 chip, you will need some additional packages or specific versions:
* `TensorFlow 2 Metal Plugin `_
-* `PyTorch >= 1.12.0 `_
+* `PyTorch >= 2.0.0 `_
Via Python Package
==================