# 仅 Conda 基础包;PyTorch 与其它 pip 包由 bootstrap_fishserver.sh 安装(可绕过全局 pip 镜像超时)。 # # bash packaging/bootstrap_fishserver.sh # name: fishserver channels: - conda-forge dependencies: - python=3.11 - pip - numpy>=1.23 - opencv>=4.8