-
-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up optional dependency groups (#2541)
* Clean up optional dependency groups * Fix hatch envs * Remove jupyter extra * Drop upath and tree dependency groups * Change fsspec group to remote group * Add a v3 what's new * Fix optional group * Fix spelling --------- Co-authored-by: Joe Hamman <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ Guide | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
whatsnew_v3 | ||
storage | ||
consolidated_metadata |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What's new in v3 | ||
================ | ||
|
||
This page gives an overview of major changes and additions in version 3. | ||
|
||
|
||
Dependencies | ||
------------ | ||
- The new ``remote`` dependency group can be used to install a supported version of | ||
``fsspec``, required for remote data access. | ||
- The new ``gpu`` dependency group can be used to install a supported version of | ||
``cuda``, required for GPU functionality. | ||
- The ``jupyter`` optional dependency group has been removed, since v3 contains no | ||
jupyter specific functionality. |
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