diff --git a/README.md b/README.md
index 1d0f0c35580..4a0fe3b76b8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ IntelĀ® Neural Compressor
An open-source Python library supporting popular model compression techniques on all mainstream deep learning frameworks (TensorFlow, PyTorch, and ONNX Runtime)
[](https://github.com/intel/neural-compressor)
-[](https://github.com/intel/neural-compressor/releases)
+[](https://github.com/intel/neural-compressor/releases)
[](https://github.com/intel/neural-compressor/blob/master/LICENSE)
[](https://github.com/intel/neural-compressor)
[](https://pepy.tech/project/neural-compressor)
diff --git a/neural_compressor/version.py b/neural_compressor/version.py
index 4b70d2dfce2..f58f8858dbc 100644
--- a/neural_compressor/version.py
+++ b/neural_compressor/version.py
@@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""IntelĀ® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
-__version__ = "3.3"
+__version__ = "3.3.1"
diff --git a/test/requirements.txt b/test/requirements.txt
index 1bd938cb759..831f391e35a 100644
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -2,7 +2,7 @@
accelerate<=0.21.0
auto-round<=0.4.6
dynast==1.6.0rc1
-horovod<=0.27.0
+horovod
intel-extension-for-pytorch
intel-tensorflow>=2.12.0
mxnet-mkl