Skip to content

[auto] Update dependencies in poetry.lock #805

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

Closed
wants to merge 1 commit into from
Closed

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Jul 23, 2024

Updated dependencies:

Updating dependencies
Resolving dependencies...

Package operations: 0 installs, 1 update, 0 removals

  - Updating dask (2024.7.0 -> 2024.7.1)

Writing lock file

Outdated dependencies before PR:

app-model                  (!) 0.2.7               0.2.8              
astropy                    (!) 6.0.1               6.1.1              
astropy-iers-data          (!) 0.2024.7.15.0.31.42 0.2024.7.22.0.34.13
cellpose                   (!) 2.2.3               3.0.10             
cmake                      (!) 3.30.0              3.30.1             
dask                           2024.7.0            2024.7.1           
docstring-parser               0.15                0.16               
executing                  (!) 0.10.0              2.0.1              
fastremap                  (!) 1.14.2              1.15.0             
filelock                       3.13.4              3.15.4             
imageio-ffmpeg             (!) 0.4.9               0.5.1              
ipython                    (!) 8.18.1              8.26.0             
jupyterlab                 (!) 4.2.3               4.2.4              
jupyterlab-server          (!) 2.27.2              2.27.3             
lxml                           4.9.4               5.2.2              
napari-skimage-regionprops (!) 0.8.2               0.10.1             
networkx                   (!) 3.2.1               3.3                
numcodecs                      0.12.1              0.13.0             
numpy                          1.26.4              2.0.1              
nvidia-cublas-cu11         (!) 11.10.3.66          11.11.3.6          
nvidia-cuda-cupti-cu11     (!) 11.7.101            11.8.87            
nvidia-cuda-nvrtc-cu11     (!) 11.7.99             11.8.89            
nvidia-cuda-runtime-cu11   (!) 11.7.99             11.8.89            
nvidia-cudnn-cu11          (!) 8.5.0.96            9.2.1.18           
nvidia-curand-cu11         (!) 10.2.10.91          10.3.0.86          
nvidia-cusolver-cu11       (!) 11.4.0.1            11.4.1.48          
nvidia-cusparse-cu11       (!) 11.7.4.91           11.7.5.86          
nvidia-nccl-cu11           (!) 2.14.3              2.21.5             
nvidia-nvtx-cu11           (!) 11.7.91             11.8.86            
pandas                         1.5.3               2.2.2              
pooch                      (!) 1.8.0               1.8.2              
pure-eval                  (!) 0.2.2               0.2.3              
pytest                     (!) 7.4.4               8.3.1              
scipy                          1.13.1              1.14.0             
setuptools                     70.3.0              71.1.0             
sphinx                     (!) 7.4.4               7.4.7              
sphinxcontrib-htmlhelp     (!) 2.0.5               2.0.6              
sphinxcontrib-qthelp       (!) 1.0.7               1.0.8              
stack-data                 (!) 0.5.1               0.6.3              
sympy                      (!) 1.13.0              1.13.1             
tifffile                   (!) 2024.7.2            2024.7.21          
torch                      (!) 2.0.0               2.3.1              
triton                     (!) 2.0.0               3.0.0              

Outdated dependencies after PR:

astropy                    (!) 6.0.1      6.1.1     Astronomy and astrophysi...
cellpose                   (!) 2.2.3      3.0.10    anatomical segmentation ...
docstring-parser               0.15       0.16      Parse Python docstrings ...
executing                  (!) 0.10.0     2.0.1     Get the currently execut...
filelock                       3.13.4     3.15.4    A platform independent f...
imageio-ffmpeg             (!) 0.4.9      0.5.1     FFMPEG wrapper for Python
ipython                    (!) 8.18.1     8.26.0    IPython: Productive Inte...
lxml                           4.9.4      5.2.2     Powerful and Pythonic XM...
napari-skimage-regionprops (!) 0.8.2      0.10.1    A regionprops table widg...
networkx                   (!) 3.2.1      3.3       Python package for creat...
numcodecs                      0.12.1     0.13.0    A Python package providi...
numpy                          1.26.4     2.0.1     Fundamental package for ...
nvidia-cublas-cu11         (!) 11.10.3.66 11.11.3.6 CUBLAS native runtime li...
nvidia-cuda-cupti-cu11     (!) 11.7.101   11.8.87   CUDA profiling tools run...
nvidia-cuda-nvrtc-cu11     (!) 11.7.99    11.8.89   NVRTC native runtime lib...
nvidia-cuda-runtime-cu11   (!) 11.7.99    11.8.89   CUDA Runtime native Libr...
nvidia-cudnn-cu11          (!) 8.5.0.96   9.2.1.18  cuDNN runtime libraries
nvidia-curand-cu11         (!) 10.2.10.91 10.3.0.86 CURAND native runtime li...
nvidia-cusolver-cu11       (!) 11.4.0.1   11.4.1.48 CUDA solver native runti...
nvidia-cusparse-cu11       (!) 11.7.4.91  11.7.5.86 CUSPARSE native runtime ...
nvidia-nccl-cu11           (!) 2.14.3     2.21.5    NVIDIA Collective Commun...
nvidia-nvtx-cu11           (!) 11.7.91    11.8.86   NVIDIA Tools Extension
pandas                         1.5.3      2.2.2     Powerful data structures...
pooch                      (!) 1.8.0      1.8.2     "Pooch manages your Pyth...
pytest                     (!) 7.4.4      8.3.1     pytest: simple powerful ...
scipy                          1.13.1     1.14.0    Fundamental algorithms f...
stack-data                 (!) 0.5.1      0.6.3     Extract data from python...
torch                      (!) 2.0.0      2.3.1     Tensors and Dynamic neur...
triton                     (!) 2.0.0      3.0.0     A language and compiler ...

Note: there may be dependencies in the table above which were not updated as part of this PR.
The reason is they require manual updating due to the way they are pinned.

Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@tcompa
Copy link
Collaborator Author

tcompa commented Jul 23, 2024

Closing to avoid interfering with #793

@tcompa tcompa closed this Jul 23, 2024
@tcompa tcompa deleted the poetry-update branch July 23, 2024 09:41
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.

1 participant