Skip to content

Commit

Permalink
reqst
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Oct 26, 2018
1 parent 977dbbd commit 402dc28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
# import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
import jdit
# sys.path.insert(0, os.path.abspath('../../'))
# import jdit
import mock

MOCK_MODULES = ['numpy', 'scipy',
'matplotlib', 'matplotlib.pyplot',
'scipy.interpolate',
Expand All @@ -27,7 +26,7 @@
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

import torch


# -- Project information -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip
mock
future
numpy
#numpy
pyyaml
setuptools
six
Expand Down

0 comments on commit 402dc28

Please sign in to comment.