Skip to content

Commit

Permalink
remove sidechainnet dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnopump committed Jun 9, 2021
1 parent 782112c commit b471624
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'mp-nerf',
packages = find_packages(),
version = '0.1.9',
version = '0.1.10',
license='MIT',
description = 'MP-NeRF: Massively Parallel Natural Extension of Reference Frame',
author = 'Eric Alcaide',
Expand All @@ -17,8 +17,7 @@
install_requires=[
'einops>=0.3',
'numpy',
'torch>=1.6',
'sidechainnet'
'torch>=1.6', # 'sidechainnet' # for tests
],
setup_requires=[
'pytest-runner',
Expand Down

0 comments on commit b471624

Please sign in to comment.