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

CI: properly test min and dev #258

Merged
merged 5 commits into from
Aug 3, 2023
Merged

CI: properly test min and dev #258

merged 5 commits into from
Aug 3, 2023

Conversation

martinfleis
Copy link
Member

Minor changes to CI environments to ensure that we check against minimal supported versions as well as against dev versions. That ensures that issues like #254 are caught sooner and that we know it affects only some versions of dependencies.

@martinfleis martinfleis requested a review from jGaboardi August 3, 2023 08:29
@martinfleis
Copy link
Member Author

This looks as expected now. The envs with old pin pass, latest fail due to scikit-learn regression, dev passes again as that regression was fixed on sklearn main.

I have also updated pins in requirements to reflect the actual minimum (or at least tested minimum).

@jGaboardi
Copy link
Member

This looks as expected now. The envs with old pin pass, latest fail due to scikit-learn regression, dev passes again as that regression was fixed on sklearn main.

I have also updated pins in requirements to reflect the actual minimum (or at least tested minimum).

@martinfleis is there a specific issue or PR over in sklearn we can tag here for sake of thoroughness?

@martinfleis
Copy link
Member Author

@jGaboardi I suppose scikit-learn/scikit-learn#26772

Copy link
Member

@jGaboardi jGaboardi left a comment

Choose a reason for hiding this comment

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

LGTM

@jGaboardi jGaboardi added the ci label Aug 3, 2023
@martinfleis martinfleis merged commit 8eec2a0 into pysal:main Aug 3, 2023
@martinfleis martinfleis deleted the ci branch August 3, 2023 14:34
knaaptime pushed a commit to knaaptime/esda that referenced this pull request Aug 4, 2023
* CI: properly test min and dev

* better pins

* fix nightly index

* pin scipy to actual min req

* update requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants