-
Notifications
You must be signed in to change notification settings - Fork 212
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
Dev/switch org api #541
Draft
vaimdev
wants to merge
13
commits into
master
Choose a base branch
from
dev/switch_org_api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Dev/switch org api #541
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5ce2f3d
feat (pygraphistry) set sso login to switch org api
feikuang 632bb61
Merge branch 'master' of https://github.com/graphistry/pygraphistry i…
feikuang 64ac0f8
Merge branch 'master' into dev/switch_org_api
vaimdev 760ddfa
fix(sso): :bug: fix require sso_opt_into_type positional argument
vaimdev d233704
revert(sso): :rewind: revert some code to master version
vaimdev 4f23642
fix(sso): :fire: remove redundance code
vaimdev 6d97bdf
fix(sso): :bug: change SEPARATE to |
vaimdev 6bc1b58
fix(sso): :bug: fix fail test-full-ai
vaimdev 3de5d74
fix(sso): :bug: upgrate scikit-learn to 1.3.2
vaimdev 172387b
fix(sso): :bug: testai cfg to skip the problematic recent scikits
vaimdev b866eaf
fix(sso): :bug: exclude scikit-learn version that cause problem
vaimdev 088517d
Merge branch 'master' into dev/switch_org_api
vaimdev dcf47a0
fix(sso): :bug: use master code for setup.py
vaimdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not edit dependencies without a specific clear reason
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(pydata GPU dependencies are fragile and require substantial testing for changes )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lmeyerov , checked with my colleague, he pinned this dependencies because there is an exception thrown with latest scikit-learn
pinning to version 1.3.2 can prevent this error.
The error is coming from dirty_cat SuperVectorizer that was using scikit-learn. But SuperVectorizer is depreciated and replaced with TableVectorizer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's already pinned, not latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove from this PR either way, if worthwhile, it should go in its own PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I'll remove it.
it will cause the test script failure, therefore, we pin it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we don't pin, test script will fail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is about tests, we can patch test (non-prod) deps?
Working through a prod dep here would take more work to chase down, eg, GPU RAPIDS alignment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From discussion:
testai
cfg, do a<,>
to skip the problematic recent scikits (I forgot exact syntax):pygraphistry/setup.py
Line 30 in e74123e