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

Fix Requirements to match dataprofiler - scipy>=1.10.0 #342

Merged
merged 5 commits into from
Oct 27, 2023

Conversation

rxm7706
Copy link
Contributor

@rxm7706 rxm7706 commented Oct 13, 2023

Closes
#280
#340

Synced requirements between dataprofiler and synthetic-data
Rationale for choosing dataprofiler>=0.10.3 was based on trying to sync on scipy>=1.10.0
https://github.com/capitalone/DataProfiler/blob/0.10.3/requirements.txt#L13
dataprofiler 0.10.3 - increased compatibility to scipy>=1.10.0 ;

Please review and let me know if you require any changes.
Thanks & regards.

@rxm7706
Copy link
Contributor Author

rxm7706 commented Oct 13, 2023

@taylorfturner I was not able to understand the error - Do you know what I missed here .
`pyupgrade................................................................Failed

  • hook id: pyupgrade
  • exit code: 1
  • files were modified by this hook`

@taylorfturner
Copy link
Contributor

taylorfturner commented Oct 13, 2023

@taylorfturner I was not able to understand the error - Do you know what I missed here . `pyupgrade................................................................Failed

  • hook id: pyupgrade
  • exit code: 1
  • files were modified by this hook`

pre-commit wasn't run locally prior to the commit @rxm7706

auto-merge was automatically disabled October 15, 2023 21:49

Head branch was pushed to by a user without write access

@taylorfturner taylorfturner requested review from tazitoo and taylorfturner and removed request for tazitoo October 18, 2023 15:08
@taylorfturner
Copy link
Contributor

@rxm7706 approved the checks run -- will take a look later in the day to ensure everything is looking good. Thanks for the contribution! CC @tazitoo

@taylorfturner
Copy link
Contributor

checks are looking good -- will need an update branch #343 merged @rxm7706. Thanks!

@rxm7706 rxm7706 requested a review from a team as a code owner October 18, 2023 20:56
@rxm7706
Copy link
Contributor Author

rxm7706 commented Oct 23, 2023

checks are looking good -- will need an update branch #343 merged @rxm7706. Thanks!

@taylorfturner Thank you ! please review - updated branch.

Comment on lines +1 to +3
numpy>=1.22.0
scikit-learn>=1.1.0
scipy==1.8.0
dataprofiler>=0.8.8
scipy>=1.10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

looks good to me -- were these causing particular issues?

@@ -25,7 +25,7 @@ def parse_requirements(filename):
return [line for line in lineiter if line and not line.startswith("#")]


with open("README.md") as readme:
with open("README.md", encoding="utf8") as readme:
Copy link
Contributor

Choose a reason for hiding this comment

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

was the absence causing an error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

see #280 for error

@rxm7706
Copy link
Contributor Author

rxm7706 commented Oct 26, 2023

Hi @taylorfturner is this stuck - or did I miss something here, anything for me to do. Thank you.

@taylorfturner
Copy link
Contributor

oh thanks for the ping @rxm7706. oddly the mend license check isn't passing... I'd recommend an empty commit --allow-empty to trigger a check re-run and we'll see if that resolves. Thanks!

@rxm7706
Copy link
Contributor Author

rxm7706 commented Oct 26, 2023

oh thanks for the ping @rxm7706. oddly the mend license check isn't passing... I'd recommend an empty commit --allow-empty to trigger a check re-run and we'll see if that resolves. Thanks!

Done - Waiting Approval ! @taylorfturner

Copy link
Contributor

@tazitoo tazitoo left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for the PR.

@taylorfturner
Copy link
Contributor

oh thanks for the ping @rxm7706. oddly the mend license check isn't passing... I'd recommend an empty commit --allow-empty to trigger a check re-run and we'll see if that resolves. Thanks!

Done - Waiting Approval ! @taylorfturner

If it doesn't pass the check, we can do some more research as to the cause.

@taylorfturner
Copy link
Contributor

reopening to re-trigger checks

@taylorfturner taylorfturner reopened this Oct 27, 2023
@taylorfturner taylorfturner merged commit 787778c into capitalone:main Oct 27, 2023
8 checks passed
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.

None yet

3 participants