From 0f2fbdbd092e9a7f49f311c7be05ef9357b0de5d Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Tue, 25 Jun 2019 17:48:44 -0700 Subject: [PATCH] Adding numpy to requirements list --- docs/rtd-requirements.txt | 16 ++++++++++++---- docs/src/conf.py | 4 ++-- requirements.txt | 1 + 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/rtd-requirements.txt b/docs/rtd-requirements.txt index 66387361..228d1fff 100644 --- a/docs/rtd-requirements.txt +++ b/docs/rtd-requirements.txt @@ -1,13 +1,21 @@ +# Required for building +cmake >= 3.11 scikit-build >= 0.10.0 setuptools wheel -cmake >= 3.11 +numpy + +# Recommended +pytest + +# For building documentation sphinx>=2.0 breathe>=4.13.0 exhale +pandoc sphinx-issues nbsphinx jupyter_sphinx -threevis -pytest -pandoc \ No newline at end of file + +# Visualization in docs +threevis \ No newline at end of file diff --git a/docs/src/conf.py b/docs/src/conf.py index d9fd1198..eb33fa18 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -12,7 +12,7 @@ # Add the local lib to path if desired # import sys -# sys.path.insert(0, os.path.abspath('/Users/ctlee/gamer/gamer/build/lib/')) +# sys.path.insert(0, os.path.abspath('/Users/ctlee/gamer/gamer/_skbuild/macosx-10.14-x86_64-3.7/cmake-build/lib/')) import os import pygamer @@ -26,7 +26,7 @@ author = 'Christopher T. Lee' version = '2.0.2' -release = 'v2.0.2-dev-15-gc883dac.dirty' +release = 'v2.0.2-dev-16-g721d135.dirty' # -- General configuration --------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index 6b90cda0..1c5b1b3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ cmake >= 3.11 scikit-build >= 0.10.0 setuptools wheel +numpy # Recommended ninja