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

Fixes #171 - removed unnecessary dependency #172

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

navarroc
Copy link
Member

@navarroc navarroc commented Jul 3, 2024

Fixes openssl requirement in setup.py, which pip doesn't have. This prevents pyincore-viz > 1.9.0 from installing because there is no pip openssl library.

@navarroc navarroc linked an issue Jul 3, 2024 that may be closed by this pull request
@navarroc
Copy link
Member Author

navarroc commented Jul 3, 2024

matplotlib removed a deprecated method in 3.9.0 hence the failing pytests. We can either pin to 3.8.4 OR we can change the reference to cm.get_cmap to plt.get_cmap, but I am not sure if that is the best approach.

@navarroc navarroc self-assigned this Jul 3, 2024
@ywkim312 ywkim312 linked an issue Jul 9, 2024 that may be closed by this pull request
@navarroc navarroc mentioned this pull request Jul 9, 2024
Copy link
Contributor

@ylyangtw ylyangtw left a comment

Choose a reason for hiding this comment

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

tests pass, change look good

@ywkim312 ywkim312 merged commit 3fb79e6 into develop Jul 9, 2024
8 checks passed
@ywkim312 ywkim312 deleted the 171-remove-unnecessary-dependency-on-openssl branch July 9, 2024 19:26
@navarroc navarroc modified the milestone: pyincore-viz 1.11.0 Oct 8, 2024
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.

Fix matplotlib error caused by the version update Remove unnecessary dependency on openssl
3 participants