You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,5 @@ The package is published on PyPI as `svv`:
31
31
pip install svv
32
32
```
33
33
34
-
On clusters / HPC systems (for example Stanford Sherlock), use a recent Python (3.9–3.12) and `pip`, and install into a clean virtual environment or user site-packages. The runtime dependencies now require `numpy>=1.26`, which has pre-built wheels for Python 3.12 on standard x86_64 Linux, so `pip install svv` should no longer try to build NumPy (or SciPy) from source on these systems.
34
+
On clusters / HPC systems (for example Stanford Sherlock), use a recent Python (3.9–3.12) and `pip`, and install into a
0 commit comments