Skip to content

Bump most packages and improved Impression attributes to use standard Python bool - #11

Open
glhuilli wants to merge 1 commit into
amazon-science:mainfrom
glhuilli:latest_packages
Open

Bump most packages and improved Impression attributes to use standard Python bool#11
glhuilli wants to merge 1 commit into
amazon-science:mainfrom
glhuilli:latest_packages

Conversation

@glhuilli

@glhuilli glhuilli commented Nov 23, 2023

Copy link
Copy Markdown

Issue #, if available: #6

Description of changes: Updated all packages and changed Impression np.bool to use standard Python bool

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@glhuilli glhuilli changed the title Bump most packages and improved Impression outcome and won attributes Bump most packages and improved Impression attributes to use standard Python bool Nov 23, 2023
Comment thread requirements.txt
matplotlib==3.8.2
numba==0.58.1
numpy==1.26.2
packaging==23.2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you rebase? I have updated package versions

Comment thread src/Impression.py
second_price: np.float32
outcome: np.bool
won: np.bool
outcome: bool

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is the existing np.bool creating any issues for you?

@roykoand roykoand Dec 10, 2024

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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