diff --git a/src/device/requirements.in b/src/device/requirements.in
index 2b9c199c86a580b72190a9d0e74a161e567abed2..70daceaea5b09b0db659c6a864bc994a76f57a78 100644
--- a/src/device/requirements.in
+++ b/src/device/requirements.in
@@ -1,22 +1,16 @@
 anytree==2.8.0
 APScheduler==3.8.1
-fastcache==1.1.0
+#fastcache==1.1.0
 Jinja2==3.0.3
 ncclient==0.6.13
 p4runtime==1.3.0
 paramiko==2.9.2
 python-json-logger==2.0.2
 pytz==2021.3
-redis==4.1.2
+#redis==4.1.2
 requests==2.27.1
 requests-mock==1.9.3
 xmltodict==0.12.0
 tabulate
 ipaddress
 macaddress
-
-# pip's dependency resolver does not take into account installed packages.
-# p4runtime does not specify the version of grpcio/protobuf it needs, so it tries to install latest one
-# adding here again grpcio==1.47.* and protobuf==3.20.* with explicit versions to prevent collisions
-grpcio==1.47.*
-protobuf==3.20.*
diff --git a/src/monitoring/requirements.in b/src/monitoring/requirements.in
index c07f0c8f4079482a20a138d190004fa314fc9860..bc593501292a38f2b17cd827f36bf52822c449fb 100644
--- a/src/monitoring/requirements.in
+++ b/src/monitoring/requirements.in
@@ -1,6 +1,6 @@
-anytree==2.8.0
+#anytree==2.8.0
 APScheduler==3.8.1
-fastcache==1.1.0
+#fastcache==1.1.0
 #google-api-core
 #opencensus[stackdriver]
 #google-cloud-profiler
@@ -13,14 +13,8 @@ influx-line-protocol==0.1.4
 python-dateutil==2.8.2
 python-json-logger==2.0.2
 pytz==2021.3
-redis==4.1.2
+#redis==4.1.2
 requests==2.27.1
 xmltodict==0.12.0
 questdb==1.0.1
 psycopg2-binary==2.9.3
-
-# pip's dependency resolver does not take into account installed packages.
-# p4runtime does not specify the version of grpcio/protobuf it needs, so it tries to install latest one
-# adding here again grpcio==1.47.* and protobuf==3.20.* with explicit versions to prevent collisions
-grpcio==1.47.*
-protobuf==3.20.*