File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ testserver: $(THREEJS)
8585ChangeLog : 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.
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@mathicsorg/mathics-threejs-backend" : " ^ 0.5.0"
3+ "@mathicsorg/mathics-threejs-backend" : " >= 0.5.0"
44 }
55}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def read(*rnames):
6464INSTALL_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" ,
You can’t perform that action at this time.
0 commit comments