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

update integration #23

Merged
merged 2 commits into from
Mar 14, 2023
Merged

update integration #23

merged 2 commits into from
Mar 14, 2023

Conversation

AleksanderWWW
Copy link
Contributor

@AleksanderWWW AleksanderWWW commented Mar 14, 2023

What's changing:

  • neither neptune nor neptune-client is part of the requirements
  • integration stays compatible with both major versions of the client
  • in case neither neptune nor neptune-client is installed, an appropriate exception is raised with instructions for installation

from neptune.integrations.utils import (
expect_not_an_experiment,
verify_type,
)
from neptune.utils import stringify_unsupported

except ImportError:
# neptune-client=0.9.0+ package structure

Choose a reason for hiding this comment

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

Could we get rid of this comment? It's incorrect, what is supported is only 0.16.17-18.

@twolodzko
Copy link

I didn't see the last change you mentioned anywhere. Did you forget to push it?

@AleksanderWWW
Copy link
Contributor Author

I didn't see the last change you mentioned anywhere. Did you forget to push it?

No, I just mindlessly copied the comment content from a detectron2 PR and forgot to delete the last part

@AleksanderWWW AleksanderWWW merged commit 4553c43 into master Mar 14, 2023
@AleksanderWWW AleksanderWWW deleted the aw/update_integration branch March 14, 2023 14:28
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.

2 participants