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 CI by adding a version constraint #186

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix CI by adding a version constraint
nabenabe0928 committed Dec 20, 2024
commit 1418bbe58b86691ae6214785899e7d14adbaa10b
3 changes: 2 additions & 1 deletion .github/workflows/checks-and-tests.yml
Original file line number Diff line number Diff line change
@@ -189,7 +189,8 @@ jobs:
uses: ./.github/workflows/checks_template.yml
with:
integration_name: 'skorch'
extra_cmds: pip install torch
# TODO: Remove the version constraint once https://github.com/uber/causalml/issues/808 is resolved.
extra_cmds: pip install torch "scikit-learn<1.6.0"
deprecated: false

tensorboard: