-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathenvironment_comfortable_py10.yml
More file actions
68 lines (68 loc) · 1.63 KB
/
Copy pathenvironment_comfortable_py10.yml
File metadata and controls
68 lines (68 loc) · 1.63 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# run: conda env create --file environment.yml
name: py10
channels:
- defaults
dependencies:
- python=3.10
- pip
- cachetools
- av<9
- cython
- ezc3d
- ffmpeg
- imageio
- matplotlib
- mkl
- trimesh
- numba
- numpy<2.0
- libiconv
- pandas
- Pillow
- scikit-image
- scikit-learn
- scikit-sparse
- tqdm
- conda-forge::mayavi>=4.8
- conda-forge::PySide6==6.7.1
- conda-forge::ffmpeg-python
- pip:
- distutils
- addict
- tensorflow==2.15
- tensorflow-hub
- chumpy
- embreex
- einops
- imageio-ffmpeg
- importlib_resources
- jpeg4py
- more_itertools
- opencv-python
- pyrender
- tetgen
- pymeshfix
- -e $CODE_DIR/fleras
- -e $CODE_DIR/affine_combining_autoencoder
- -e $CODE_DIR/cameralib
- -e $CODE_DIR/boxlib
- -e $CODE_DIR/poseviz
- -e $CODE_DIR/smplfitter
- -e $CODE_DIR/simplepyutils
- -e $CODE_DIR/rlemasklib
- -e $CODE_DIR/barecat3
- -e $CODE_DIR/tensorflow-inputs
- -e $CODE_DIR/posepile
- -e $CODE_DIR/blendipose
- -e $CODE_DIR/blendify
- -e $CODE_DIR/nlf-pipeline
# - git+https://github.com/isarandi/fleras.git
# - git+https://github.com/isarandi/cameralib.git
# - git+https://github.com/isarandi/boxlib.git
# - git+https://github.com/isarandi/poseviz.git
# - git+https://github.com/isarandi/smplfitter.git
# - git+https://github.com/isarandi/simplepyutils.git
# - git+https://github.com/isarandi/tf-parallel-map.git
# - git+https://github.com/isarandi/BareCat.git
# - git+https://github.com/isarandi/rlemasklib.git
# - git+https://github.com/isarandi/tensorflow-inputs.git