Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hassony2 committed Aug 9, 2019
2 parents 5188fb4 + 756c654 commit 246a4e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ dependencies:
- numpy
- pytorch
- tqdm
- git
- pip:
- git+https://github.com/hassony2/chumpy.git
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from setuptools import find_packages, setup
import warnings

DEPENDENCY_PACKAGE_NAMES = ["matplotlib", "torch", "tqdm", "numpy", "cv2",
"chumpy"]
Expand All @@ -13,7 +14,7 @@ def check_dependencies():
missing_dependencies.append(package_name)

if missing_dependencies:
raise ValueError(
warnings.warn(
'Missing dependencies: {}. We recommend you follow '
'the installation instructions at '
'https://github.com/hassony2/manopth#installation'.format(
Expand Down

0 comments on commit 246a4e3

Please sign in to comment.