Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Feb 27, 2018
1 parent 3f9b4d5 commit 04bd288
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: jupyter-vtk-datawidgets-docs
channels:
- conda-forge
dependencies:
- python=3.5
- nodejs
- numpy
- sphinx
- nbsphinx
- jupyter_sphinx
2 changes: 2 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ python:
extra_requirements:
- examples
- docs
conda:
file: docs/environment.yml
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
include_package_data = True,
install_requires = [
'ipydatawidgets',
'pyvtk',
'numpy',
],
extras_require = {
'test': [
'pytest',
'pytest-cov',
'nbval',
'vtk'
'vtk',
],
'examples': [
# Any requirements for the examples to run
Expand Down

0 comments on commit 04bd288

Please sign in to comment.