Skip to content

Commit

Permalink
Admnistrivia
Browse files Browse the repository at this point in the history
setup.py: bump min version of Mathics core
package.json: bump min version of mathics-threejs-backend
Makefile; work around \@ escape
  • Loading branch information
rocky committed Aug 1, 2021
1 parent 86f8c0a commit d73e808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ testserver: $(THREEJS)
ChangeLog: rmChangeLog
git log --pretty --numstat --summary | $(GIT2CL) >$@

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

#: Install mathics-threejs-backend with npm and copy the necessary files to the right place.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@mathicsorg/mathics-threejs-backend": "^0.5.0"
"@mathicsorg/mathics-threejs-backend": ">=0.5.0"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def read(*rnames):
INSTALL_REQUIRES += [
"Mathics-Scanner >= 1.2.2,<1.3.0",
# "Mathics3 @ http://github.com/mathics/Mathics/archive/master.zip",
"Mathics3 >= 3.1.0",
"Mathics3 >= 4.0.0",
"django >= 3.2",
"networkx >= 2.5", # Used in format, should disappear though
"requests",
Expand Down

0 comments on commit d73e808

Please sign in to comment.