-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a stale API in segment_anything_tutorial.ipynb
- Loading branch information
coufon
committed
Jan 21, 2024
1 parent
418e537
commit 8f1185d
Showing
2 changed files
with
4 additions
and
3 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "space-datasets" | ||
version = "0.0.6" | ||
version = "0.0.7" | ||
authors = [{ name = "Space team", email = "[email protected]" }] | ||
description = "Unified storage framework for machine learning datasets" | ||
readme = "README.md" | ||
|