Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import versioneer

install_requires = ['jupyter', 'vpnotebook', 'numpy', 'ipykernel',
install_requires = ['jupyter', 'numpy', 'ipykernel',
'autobahn>=18.8.2']

if sys.version_info.major == 3 and sys.version_info.minor >= 5:
Expand Down
6 changes: 4 additions & 2 deletions vpython.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,22 @@ requirements:
- python
- setuptools
- jupyter
- vpnotebook
- ujson
- cython
- wheel

run:
- python
- jupyter
- vpnotebook
- ujson
- autobahn >=18.8.2
- numpy
- ipykernel

test:
imports:
- vpython

outputs:
# Someday, maybe: - type: wheel
- type: conda
Expand Down
26 changes: 0 additions & 26 deletions vpython.recipe/run_test.py

This file was deleted.