Skip to content

Commit dbf9fde

Browse files
committed
Merge branch 'public-main'
2 parents 8480593 + 1816248 commit dbf9fde

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Depending on the operating system, the gurobi library might be missing and you n
123123

124124
## Who is using Ultrack?
125125

126-
You can find a list of projects and papers that are and have used ultrack at [this page](https://royerlab.github.io/ultrack/appearances.html).
126+
You can find a list of projects and papers that have used ultrack on [this page](https://royerlab.github.io/ultrack/appearances.html).
127127

128128
## Contributing
129129

@@ -157,7 +157,11 @@ If you use `ultrack` in your research, please cite the following papers, [the al
157157
}
158158
```
159159

160-
And the respective auxiliary methods (e.g. Cellpose, napari, etc) depending on your usage.
160+
And the respective auxiliary methods according to your use, a non-exhaustive list being:
161+
- [napari](https://github.com/Napari/napari)
162+
- [cellpose](https://github.com/MouseLand/cellpose)
163+
- [stardist](https://github.com/stardist/stardist)
164+
- [fiji](https://fiji.sc)
161165

162166
## Acknowledgements
163167

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can install the additional packages required for GPU acceleration by running
4141
# linux only
4242
conda install cucim -c rapidsai
4343
# for windows, you can install cucim using pip
44-
pip install git+https://github.com/rapidsai/cucim.git#egg=cucim&subdirectory=python/cucim"
44+
pip install "git+https://github.com/rapidsai/cucim.git@v22.04.00#egg=cucim&subdirectory=python/cucim"
4545
4646
See the `PyTorch website <https://pytorch.org/get-started/locally/>`_ for more information on how to install PyTorch with GPU support.
4747

ultrack/widgets/ultrackwidget/data_forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def _create_field(
189189
"""
190190
if field_metadata["type"] == "number":
191191
label = QLabel(f'{field_metadata["label"]} {chr(0xF059)}')
192-
label.setFont(qta.font("fa", 14))
193192
label.setToolTip(field_metadata["tooltip"])
194193
layout.addWidget(label)
195194

0 commit comments

Comments
 (0)