Skip to content
Snippets Groups Projects
Commit dd0d3c59 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Restored requirements.yml for now, because readme references them

parent 2a1ef087
No related branches found
No related tags found
2 merge requests!65Release 2024.10.01,!60Preparation for build
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
name: model_server_mqtt
channels:
- pytorch
- ilastik-forge
- conda-forge
dependencies:
- czifile
- fastapi>=0.101
- ilastik=1.4.1b15
- imagecodecs
- jupyterlab
- matplotlib
- numpy
- pandas
- pillow
- pydantic=1.10.*
- pytorch=1.*
- scikit-image>=0.21.0
- scikit-learn>=1.5.0
- tifffile
- uvicorn>=0.23.0
- zstd
from pathlib import Path
import unittest
from model_server.base.accessors import generate_file_accessor, write_accessor_data_to_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment