Skip to content

Commit 0077cf5

Browse files
committed
Admnistrivia
1 parent fa90f7e commit 0077cf5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

admin-tools/pyenv-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
66
exit 1
77
fi
88

9-
export PYVERSIONS=3.8 3.9 3.10 3.11'
9+
export PYVERSIONS='3.8 3.9 3.10 3.11'

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3-
"@mathicsorg/mathics-threejs-backend": "^1.3.1"
3+
"@mathicsorg/mathics-threejs-backend": "^1.3.1",
4+
"mathjax": "^3.2.2"
45
}
56
}

0 commit comments

Comments
 (0)