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

make deepdiff optional #753

Closed
wants to merge 1 commit into from
Closed

make deepdiff optional #753

wants to merge 1 commit into from

Conversation

dlwh
Copy link
Member

@dlwh dlwh commented Oct 4, 2024

No description provided.

@@ -14,7 +14,7 @@
from dataclasses import dataclass
from typing import Any, Callable, Dict, Iterator, List, Optional, Sequence, TypeVar, Union

import deepdiff
# import deepdiff

Choose a reason for hiding this comment

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

Remove comment?

Copy link

@percyliang percyliang left a comment

Choose a reason for hiding this comment

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

What's the motivation for making this optional? Can we not include it like a normal package?

@dlwh
Copy link
Member Author

dlwh commented Oct 5, 2024

so we can avoid a full redeploy of the marin cluster

@percyliang
Copy link

What's the problem with a full redeploy? It seems like we want to be able to redeploy easily anyway...

@dlwh
Copy link
Member Author

dlwh commented Oct 5, 2024

i dunno, i'll close this.

@dlwh dlwh closed this Oct 5, 2024
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