Files
ros_flexiv/environment.yml
orisys 4ad53f4e97 first
2026-08-21 14:51:57 +08:00

20 lines
298 B
YAML

name: camera_test
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- pip:
- opencv-python
- numpy
- pillow
- matplotlib
- ipython
- scipy
- pandas
- jupyter
- notebook
- torch
- torchvision
- -e ./ultralytics