diff --git a/hbp_nrp_virtual_coach/requirements.txt b/hbp_nrp_virtual_coach/requirements.txt
index 8cf67647ff810029f69385c630cb43d09da82306..34c7b5eb295f20d1b77957ddf73e41b03948866b 100644
--- a/hbp_nrp_virtual_coach/requirements.txt
+++ b/hbp_nrp_virtual_coach/requirements.txt
@@ -3,7 +3,7 @@ future
 texttable==0.8.7
 progressbar2==3.52.1
 httplib2==0.12.1
-pandas==1.0.5
+pandas==1.4.4
 jupyter==1.0.0
 requests
 ipykernel==5.3.2
diff --git a/hbp_nrp_virtual_coach/setup.py b/hbp_nrp_virtual_coach/setup.py
index d1331895e1760a988a24d0fe1fb3b210257b7489..c609006b37b67543d5e3c56d2383be7ae2643e23 100644
--- a/hbp_nrp_virtual_coach/setup.py
+++ b/hbp_nrp_virtual_coach/setup.py
@@ -57,7 +57,10 @@ config = {
     'package_data': {
         'pynrp': ['config.json']
     },
-    'classifiers': ['Programming Language :: Python :: 3.8'],
+    'classifiers': [
+        'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10'],
     'scripts': [],
     'name': 'pynrp',
     'include_package_data': True,