Skip to content
Snippets Groups Projects
Commit 524a95e0 authored by Viktor Vorobev's avatar Viktor Vorobev Committed by Eloy Retamino
Browse files

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
parent efb0c8d1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment