Skip to content

Development - Updating dependencies - #284

Open
ponkrshnan wants to merge 44 commits into
mainfrom
Development
Open

Development - Updating dependencies#284
ponkrshnan wants to merge 44 commits into
mainfrom
Development

Conversation

@ponkrshnan

Copy link
Copy Markdown
Member

Modified dependencies and .yml file

Updated dependencies in the yml file for the Azure pipeline. Moved setup to pyroject.toml to install the latest packages

Description

The dependencies in the yml file are updated to reflect the latest package versions in the Azure pipeline. The setup is deprecated and moved to pyproject.toml, so UQpy dependencies such as NumPy are at their latest versions.

Related Issue

Resolve #266 #271

Motivation and Context

This change is required for continuous integration in the Azure pipeline and to keep package versions up to date.

How Has This Been Tested?

Tests are performed following UQpy conventions.

Screenshots (if appropriate):

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

Go over all the following points, and put an x in all the boxes that apply.
If you're unsure about any of these, don't hesitate to ask. We're here to help!

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

drebbel1z and others added 30 commits October 31, 2025 14:00
…h itam. still testing stochastic functions using seeds.should change in future to calculate moments of the RVs?
…g disp for minimize optimizer as it is being deprecated, assigning item for montecarlo sampling instead of array
Updated GitVersion version specification and added comments for clarity.
This is required for GitVersion 6.x
dimtsap
dimtsap previously approved these changes Aug 23, 2026
@ponkrshnan

Copy link
Copy Markdown
Member Author

@dimtsap SonarCloud Code analysis is taking forever to complete. Do you know what is going on there?

@dimtsap

dimtsap commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@dimtsap SonarCloud Code analysis is taking forever to complete. Do you know what is going on there?

Can you merge it? It was skipped on Azure but GitHub detects it as still running

@ponkrshnan

Copy link
Copy Markdown
Member Author

@dimtsap SonarCloud Code analysis is taking forever to complete. Do you know what is going on there?

Can you merge it? It was skipped on Azure but GitHub detects it as still running

I cannot merge it. Merging is blocked until the check is complete.

Updated branch names from 'master' to 'main' and adjusted related conditions.
@dimtsap

dimtsap commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@ponkrshnan please talk to @dgiovanis to update the soanr cloud access token

@dimtsap

dimtsap commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@ponkrshnan please talk to @dgiovanis to update the soanr cloud access token

@ponkrshnan check also the failing tests

@ponkrshnan

Copy link
Copy Markdown
Member Author

@ponkrshnan please talk to @dgiovanis to update the soanr cloud access token

@ponkrshnan check also the failing tests

I am waiting to hear back from @dgiovanis. The failed test is a time limit issue. I am going to address it when we make the tests lighter in the next set of changes planned.

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.

Unable to install due to pinned dependencies

3 participants