Skip to content

Commit dd7e495

Browse files
committed
require mathics==0.9 and update README
1 parent a73e503 commit dd7e495

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
A Jupyter kernel for mathics
22
----------------------------
33

4-
Currently only works with the github version of Mathics.
5-
6-
Planned to work with Mathics 0.9.
4+
Requires Mathics 0.9.
75

86
[![Build Status](https://travis-ci.org/mathics/IMathics.svg?branch=master)](https://travis-ci.org/mathics/IMathics)

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# General Requirements
1212
SETUP_REQUIRES = ['ipython', 'ipykernel']
1313

14-
# TODO relies on 'mathics' sn6uv/Mathics jupyter branch
15-
INSTALL_REQUIRES = [] + SETUP_REQUIRES
14+
INSTALL_REQUIRES = ['mathics==0.9'] + SETUP_REQUIRES
1615

1716

1817
kernel_json = {

0 commit comments

Comments
 (0)