vanvalenlab / deepcell-tf

Deep Learning Library for Single Cell Analysis
https://deepcell.readthedocs.io
Other
402 stars 90 forks source link

General maintenance to make CI happy #719

Closed rossbar closed 1 week ago

rossbar commented 1 week ago

What

Some general maintenance to deal with failures cropping up from dependencies either updating or falling out-of-sync with one another

Documentation

Linting

The newest version of ruff has checks for non-f-string based string formatting. I've silenced these for now - there are much more important issues than string formatting.

Why

rossbar commented 1 week ago

This is mostly configuration munging, so I will self-merge to unstick the important stuff!