Skip to content

Conversation

@krzywon
Copy link
Contributor

@krzywon krzywon commented Oct 28, 2024

Description

This updates the requirements file to use the latest versions of PySide6, numpy, and scipy, while locking bumps to versions less than 1. This also updates ci.yml to include these changes, and adds periodictable to the parallel repo list until another release is made with fixes for numpy compatibility.

Fixes #2857
Fixes #2897
Fixes #2922

This is dependent on SasView/sasmodels#613 and SasView/sasdata#103 and will likely fail to build until they are merged.

How Has This Been Tested?

Locally, all tests pass and I am able to run the program without issue.

Review Checklist:

Documentation (check at least one)

  • There is nothing that needs documenting
  • Documentation changes are in this PR
  • There is an issue open for the documentation (link?)

Installers

  • There is a chance this will affect the installers, if so
    • Windows installer (GH artifact) has been tested (installed and worked)
    • MacOSX installer (GH artifact) has been tested (installed and worked)

Licencing (untick if necessary)

  • The introduced changes comply with SasView license (BSD 3-Clause)

Copy link
Member

@rozyczko rozyczko left a comment

Choose a reason for hiding this comment

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

This looks spiffy.

@butlerpd
Copy link
Member

This seems to still be failing on numpy 2.0? Is this supposed to fix that? or does it depend also on other PR?

@krzywon
Copy link
Contributor Author

krzywon commented Nov 19, 2024

This seems to still be failing on numpy 2.0? Is this supposed to fix that? or does it depend also on other PR?

As noted in my description:

This is dependent on SasView/sasmodels#613 and SasView/sasdata#103 and will likely fail to build until they are merged.

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.

scipy 1.14 introduces breaking changes numpy 2.0 has breaking changes for sasview, sasmodels, bumps etc. Unpin PySide6 in requirements.tx

4 participants