➕➖ update dependencies
This commit is contained in:
parent
388991be13
commit
ee2501d2bd
|
@ -1,5 +1,6 @@
|
||||||
name: sap
|
name: sap
|
||||||
channels:
|
channels:
|
||||||
|
- pytorch3d
|
||||||
- conda-forge
|
- conda-forge
|
||||||
- pytorch
|
- pytorch
|
||||||
- defaults
|
- defaults
|
||||||
|
@ -16,13 +17,19 @@ dependencies:
|
||||||
- trimesh
|
- trimesh
|
||||||
- igl
|
- igl
|
||||||
- tensorboard
|
- tensorboard
|
||||||
|
- pytorch3d
|
||||||
|
#---# tooling (linting, typing...)
|
||||||
|
- ruff
|
||||||
|
- mypy
|
||||||
|
- black
|
||||||
|
- isort
|
||||||
|
#---# pip shit
|
||||||
- pip
|
- pip
|
||||||
- pip:
|
- pip:
|
||||||
- plyfile==0.7
|
- plyfile
|
||||||
# - open3d>=0.11.1
|
- scikit-image
|
||||||
- scikit-image>=0.18.0
|
- python-mnist
|
||||||
- python-mnist==0.7
|
- opencv-python
|
||||||
- opencv-python>=4.4
|
- av
|
||||||
- av==8.0.3
|
- pykdtree
|
||||||
- pykdtree==1.3.4
|
- ipdb
|
||||||
- ipdb==0.13.7
|
|
||||||
|
|
Loading…
Reference in a new issue