Changes between Initial Version and Version 1 of Ticket #2428, comment 8
- Timestamp:
- 10/27/24 20:07:10 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2428, comment 8
initial v1 1 1 **ol17_build95** 2 2 3 show the requirements for extended xarray io by test install 3 4 {{{ 4 user@osgeolive:~/Downloads$ python3 -m pip install --upgrade-strategy=only-if-needed --break-system-packages --user "xarray[io]" 5 user@osgeolive:~/Downloads$ python3 -m pip install --upgrade-strategy=only-if-needed --break-system-packages --user \ 6 "xarray[io]" 7 5 8 Requirement already satisfied: xarray[io] in /usr/lib/python3/dist-packages (2024.2.0) 6 9 Requirement already satisfied: cftime in /usr/lib/python3/dist-packages (from xarray[io]) (1.6.3)