From 524a95e00faf807cd4eb9aeae3c064f26c9f73b2 Mon Sep 17 00:00:00 2001 From: Viktor Vorobev <vorobev@in.tum.de> Date: Tue, 25 Oct 2022 09:41:40 +0000 Subject: [PATCH] Merged in NRRPLT-8632-ubuntu22 (pull request #44) NRRPLT-8632 ubuntu22 * [NRRPLT-8632] Pin pandas==1.4.4 for ubuntu 20&22 (Python 3.8 and 3.10) compatibility * [NRRPLT-8632] Upgrade setup classifiers Approved-by: Eloy Retamino --- hbp_nrp_virtual_coach/requirements.txt | 2 +- hbp_nrp_virtual_coach/setup.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hbp_nrp_virtual_coach/requirements.txt b/hbp_nrp_virtual_coach/requirements.txt index 8cf6764..34c7b5e 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 d133189..c609006 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, -- GitLab