Skip to content

Commit d73e808

Browse files
committed
Admnistrivia
setup.py: bump min version of Mathics core package.json: bump min version of mathics-threejs-backend Makefile; work around \@ escape
1 parent 86f8c0a commit d73e808

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ testserver: $(THREEJS)
8585
ChangeLog: rmChangeLog
8686
git log --pretty --numstat --summary | $(GIT2CL) >$@
8787

88-
node_modules/\@mathicsorg/mathics-threejs-backend/package.json:
88+
node_modules/\@mathicsorg/mathics-threejs-backend/package.json node_modules/@mathicsorg/mathics-threejs-backend/package.json:
8989
npm install @mathicsorg/mathics-threejs-backend --loglevel=error
9090

9191
#: Install mathics-threejs-backend with npm and copy the necessary files to the right place.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@mathicsorg/mathics-threejs-backend": "^0.5.0"
3+
"@mathicsorg/mathics-threejs-backend": ">=0.5.0"
44
}
55
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def read(*rnames):
6464
INSTALL_REQUIRES += [
6565
"Mathics-Scanner >= 1.2.2,<1.3.0",
6666
# "Mathics3 @ http://github.com/mathics/Mathics/archive/master.zip",
67-
"Mathics3 >= 3.1.0",
67+
"Mathics3 >= 4.0.0",
6868
"django >= 3.2",
6969
"networkx >= 2.5", # Used in format, should disappear though
7070
"requests",

0 commit comments

Comments
 (0)