update dependencies

This commit is contained in:
Laurent FAINSIN 2023-05-26 14:59:20 +02:00
parent 388991be13
commit ee2501d2bd

View file

@ -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