Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
default for requirements field (#135)
Browse files Browse the repository at this point in the history
tmp? fix for #95
  • Loading branch information
mike0sv authored Dec 15, 2021
1 parent 590a9ab commit 751f1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlem/core/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def parse_link(self) -> Location:
class _WithArtifacts(ABC, MlemMeta):
__abstract__: ClassVar[bool] = True
artifacts: Optional[Artifacts] = None
requirements: Requirements
requirements: Requirements = Requirements.new()

@classmethod
def get_metafile_path(cls, fullpath: str):
Expand Down

0 comments on commit 751f1ab

Please sign in to comment.