Skip to content

Commit e9e2660

Browse files
authored
Merge pull request #27 from mwcraig/remove-vpnotebook-dep
Remove vpnotebook dependency
2 parents 0b0c153 + 561a1e5 commit e9e2660

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import versioneer
2020

21-
install_requires = ['jupyter', 'vpnotebook', 'numpy', 'ipykernel',
21+
install_requires = ['jupyter', 'numpy', 'ipykernel',
2222
'autobahn>=18.8.2']
2323

2424
if sys.version_info.major == 3 and sys.version_info.minor >= 5:

vpython.recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,22 @@ requirements:
3131
- python
3232
- setuptools
3333
- jupyter
34-
- vpnotebook
3534
- ujson
3635
- cython
3736
- wheel
3837

3938
run:
4039
- python
4140
- jupyter
42-
- vpnotebook
4341
- ujson
4442
- autobahn >=18.8.2
4543
- numpy
4644
- ipykernel
4745

46+
test:
47+
imports:
48+
- vpython
49+
4850
outputs:
4951
# Someday, maybe: - type: wheel
5052
- type: conda

vpython.recipe/run_test.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)