diff --git a/pyproject.toml b/pyproject.toml
index d03a7150ce222bfbc960715bc4fd2f70004fa8e8..3584424a8f102e84f2a4fd7359caa134194ab21c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=77", "wheel"]
+requires = ["setuptools>=61", "wheel"]
 build-backend = "setuptools.build_meta" 
 
 [project]
@@ -19,7 +19,7 @@ requires-python = ">=3.10"
 classifiers = [
     "Programming Language :: Python",
     "Programming Language :: Python :: 3 :: Only",
-    "Programming Language :: Python :: 3.13",
+    "Programming Language :: Python :: 3.10",
     "License :: OSI Approved :: Apache Software License",
     "Operating System :: OS Independent",
     "Development Status :: 3 - Alpha",
diff --git a/requirements.txt b/requirements.txt
index 75406a9b3745705210c5e7b0131b4fc14df8efb8..ddb80f74e6a65ffc1a8ee9f9244b862aec3d1790 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,16 +1,16 @@
-coverage==7.7.1
-cycler==0.12.1
-fonttools==4.56.0
-kiwisolver==1.4.8
-matplotlib==3.10.1
-myst-parser==4.0.1
-numpy==2.2.4
-packaging==24.2
-Pillow==11.1.0
-pyparsing==3.2.1
-python-dateutil==2.9.0.post0
-qrcode==8.0
-six==1.17.0
-Sphinx==8.2.3
-sphinx-autoapi==3.6.0
-sphinx-rtd-theme==3.0.2
+coverage==7.3.0
+cycler==0.11.0
+fonttools==4.42.1
+kiwisolver==1.4.5
+matplotlib==3.7.2
+myst-parser==2.0.0
+numpy==1.25.2
+packaging==23.1
+Pillow==10.0.0
+pyparsing==3.0.9
+python-dateutil==2.8.2
+qrcode==7.4.2
+six==1.16.0
+Sphinx==7.2.5
+sphinx-autoapi==2.1.1
+sphinx-rtd-theme==1.3.0