File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ TAG ?= latest
1414.PHONY : all docker-image \
1515 check clean \
1616 rmChangeLog \
17+ dist \
1718 push \
1819 upload \
1920 test
3132# : Default target - same as "develop"
3233all : docker-image
3334
35+ # : Make distirbution: wheels, eggs, tarball
36+ dist :
37+ ./admin-tools/make-dist.sh
38+
3439# : Pull mathics docker image from dockerhub with tag $(TAG). The default tag is "latest".
3540docker-pull :
3641 $(DOCKER ) pull mathicsorg/mathics:$(TAG )
Original file line number Diff line number Diff line change 1+ 3.0.0
2+ -----
3+
4+ Track changes to Mathics core Django, mathicsscript, and pymathics-graph.
5+ Numerous docker config changes.
6+
7+
182.2.0
29-----
310
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ def read(*rnames):
2727IS_PYPY = "__pypy__" in sys .builtin_module_names
2828
2929install_requires = [
30- "Mathics3 >= 2.2 .0" ,
31- "mathicsscript >= 2.1.2 " ,
32- "Mathics-Django >= 2.2 .0" ,
30+ "Mathics3 >= 3.0 .0" ,
31+ "mathicsscript >= 3. 2.1" ,
32+ "Mathics-Django >= 3.0 .0" ,
3333 "pymathics-natlang" ,
34- "pymathics-graph" ,
34+ "pymathics-graph>=2.3.0 " ,
3535]
3636
3737py_modules = None
Original file line number Diff line number Diff line change 44# This file is suitable for sourcing inside POSIX shell as
55# well as importing into Python. That's why there is no
66# space around "=" below.
7- __version__ = "2.2.1.dev0 " # noqa
7+ __version__ = "3.0.0 " # noqa
You can’t perform that action at this time.
0 commit comments