UAL-RE / ReQUIAM_csv

Construct list of research themes and organization mapping to work with figshare patron management
MIT License
2 stars 2 forks source link

Enhancement: Update code to reflect Python 3.9 updates #83

Closed yhan818 closed 2 years ago

yhan818 commented 2 years ago

Summary After completing redata-commons https://github.com/UAL-RE/redata-commons/issues/23 and ReQUIAM Python version upgrades https://github.com/UAL-RE/ReQUIAM/issues/170, this repository shall be updated to be consistent with other ReDATA software.

Objectives Migrate to Python 3.9

Proposal

Testing notes Need to verify that the current version of python, numpy, and pandas work as usual. Testing shall go through "script_run" and create_csv.py and Inpspect_csv.py under "/requiam_csv"

Additional notes

redata >=0.4.2 shall work. However, for the maintainability, we try to use the same sets of dependencies (redata, numpy, pandas, sphinx)

Implemented in: TBD

yhan818 commented 2 years ago

Both "inspect_csv.py" and "create_csv.py" use pandas and numpy

yhan818 commented 2 years ago

I double-checked compile logs. The latest dependencies: Python 3.9, redata 0.5.0, Pandas 1.4.3 and tabulate 0.8.10 were used.