Skip to content

Commit

Permalink
Adding numpy to requirements list
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlee committed Jun 26, 2019
1 parent 196b416 commit 0f2fbdb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
16 changes: 12 additions & 4 deletions docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

# Visualization in docs
threevis
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ---------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake >= 3.11
scikit-build >= 0.10.0
setuptools
wheel
numpy

# Recommended
ninja
Expand Down

0 comments on commit 0f2fbdb

Please sign in to comment.