You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Numpy 1.22 dropped support for Python 3.7. LD-Cool-P uses Pandas which depends on Numpy. LD-Cool-P uses Python 3.7 currently. Need to upgrade LD-Cool-P to use a newer version of Python. Python 3.10 is still too new so a migration to Python 3.9 is preferred. It's also a version that is already included in the redata-commons and ldcoolp-figshare.
Testing notes
LD-Cool-P doesn't use Numpy directly. Need to verify that the current version of Pandas works ok with the new version of Numpy. Testing is to be done on the main LD-Cool-P functions
Additional notes
Upgrade the production environment
Implemented in: TBD
The text was updated successfully, but these errors were encountered:
Summary
Numpy 1.22 dropped support for Python 3.7. LD-Cool-P uses Pandas which depends on Numpy. LD-Cool-P uses Python 3.7 currently. Need to upgrade LD-Cool-P to use a newer version of Python. Python 3.10 is still too new so a migration to Python 3.9 is preferred. It's also a version that is already included in the
redata-commons
andldcoolp-figshare
.Objectives
Migrate to Python 3.9
Proposal
Testing notes
LD-Cool-P doesn't use Numpy directly. Need to verify that the current version of Pandas works ok with the new version of Numpy. Testing is to be done on the main LD-Cool-P functions
Additional notes
Implemented in: TBD
The text was updated successfully, but these errors were encountered: