Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated pandas version and added numpy package #126

Closed
wants to merge 1 commit into from

Conversation

MVarshini
Copy link
Collaborator

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

On installing the CPT dashboard python dependencies to start the backend server which was failing due to package version errors. So, got this straightened out by upgrading the pandas package to 2.2.2 and setting numpy to 1.26.4

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

@MVarshini MVarshini self-assigned this Oct 24, 2024
Copy link
Collaborator

@dbutenhof dbutenhof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving these forward is probably a good idea (Python 3.9 support ends in about a year). However keep in mind that as long as the CPT dashboard backend runs on Python 3.9, it's also not necessary. The CentOS stream9 container base image used to deploy is 3.9.19.

Also, to fully support Python 3.10, other dependencies (including at least uvloop) need to be updated, and I suspect that any such effort should be made independent of any specific CPT dashboard feature.

@MVarshini
Copy link
Collaborator Author

Moving these forward is probably a good idea (Python 3.9 support ends in about a year). However keep in mind that as long as the CPT dashboard backend runs on Python 3.9, it's also not necessary. The CentOS stream9 container base image used to deploy is 3.9.19.

Also, to fully support Python 3.10, other dependencies (including at least uvloop) need to be updated, and I suspect that any such effort should be made independent of any specific CPT dashboard feature.

@dbutenhof Got it! As there will be a need to update other dependencies to make them compatible with Python3.10, I'm withdrawing this PR.

@MVarshini MVarshini closed this Oct 24, 2024
@MVarshini MVarshini deleted the PANDA-632 branch October 24, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants