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

Windows Related Changes pt2 ( windows changes + aws cli replacement with boto3 ) #204

Merged
merged 17 commits into from
Oct 6, 2023

Conversation

Aiden-RC
Copy link
Contributor

@Aiden-RC Aiden-RC commented Sep 28, 2023

Adapts @Aiden-RC 's snippet for download() function using boto3
Adds pip dependency caching for "Unit Tests" workflow
Adds windows-latest support to "Unit Tests" Actions workflow

Removes awscli from requirements_dev.txt
Updates following dependencies:

  • numpy 1.22.4 -> 1.24.4
  • scipy 1.8.1 -> 1.10.1
  • scikit-learn 0.23.2 -> 1.3.1

Thanks for contributing to Nesta's Skills Extractor Library 🙏!

If you have suggested changes to code anywhere outside of the ExtractSkills class, please consult the checklist below.

Checklist ✔️🐍:

  • I have refactored my code out from notebooks/
  • I have checked the code runs
  • I have tested the code
  • I have run pre-commit and addressed any issues not automatically fixed
  • I have merged any new changes from dev
  • I have documented the code
    • Major functions have docstrings
    • Appropriate information has been added to READMEs
  • I have explained the feature in this PR or (better) in output/reports/
  • I have requested a code review

If you have suggested changes to documentation (and/or the ExtractSkills class), please ALSO consult the checklist below.

Documentation Checklist ✔️📚:

  • I have run make html in docs
  • I have manually reviewed the docs/build/*.html files locally to ensure they have formatted correctly
  • I have pushed both relevant files AND their corresponding docs/build/*.html files

@Aiden-RC Aiden-RC mentioned this pull request Sep 28, 2023
13 tasks
@@ -24,7 +31,7 @@ def read_lines(path):

setup(
name="ojd_daps_skills",
long_description=open(os.path.join(BASE_DIR, "README.md")).read(),
long_description=open(os.path.join(BASE_DIR, "README.md"), encoding="utf-8").read(),
Copy link
Contributor

@sqr00t sqr00t Sep 28, 2023

Choose a reason for hiding this comment

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

This, is exactly what I was trying find for an encoding error. Very nice!

@sqr00t sqr00t changed the base branch from dev to 201_update_dependencies September 28, 2023 21:59
@sqr00t
Copy link
Contributor

sqr00t commented Sep 28, 2023

I'd merge this into my branch to double check any conflicts. Thank you for your contributions! 💯

edit: there's actually no conflicts, I'll revert this to merge to dev after discussing with @lizgzil and @india-kerle

Copy link
Contributor

@sqr00t sqr00t left a comment

Choose a reason for hiding this comment

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

@Aiden-RC I wonder if you're able to squash and merge into the 201_update_dependencies branch put this comment on hold!

@sqr00t sqr00t linked an issue Oct 2, 2023 that may be closed by this pull request
4 tasks
@india-kerle india-kerle merged commit ad825e1 into nestauk:201_update_dependencies Oct 6, 2023
4 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
3 participants