-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yaml
26 lines (26 loc) · 1.09 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# in this yaml you should add dependencies that are not included in the python packages
# (or that you want to install anyways such as torch to install cuda w/ conda)
# also make sure to install the local packages with the "-e" prefix
# to create an environment: conda env create -f environment.yaml
# to update: conda env update -f environment.yaml
name: cloth-competition
channels:
- conda-forge
dependencies:
- python=3.10
- jupyter
- pip
- pip:
- numpy
- matplotlib
- scipy
- imageio
- pytest
- pre-commit
- mypy
- "airo-typing @ git+https://github.com/airo-ugent/airo-mono@main#subdirectory=airo-typing"
- "airo-spatial-algebra @ git+https://github.com/airo-ugent/airo-mono@main#subdirectory=airo-spatial-algebra"
- "airo-camera-toolkit @ git+https://github.com/airo-ugent/airo-mono@main#subdirectory=airo-camera-toolkit"
- "airo-dataset-tools @ git+https://github.com/airo-ugent/airo-mono@main#subdirectory=airo-dataset-tools"
- "linen @ git+https://github.com/Victorlouisdg/linen@main#subdirectory=linen"
- -e cloth-tools/