Skip to content

Commit 5127223

Browse files
committed
added scipy
1 parent ab156c4 commit 5127223

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

molecular_simulation_code/forces_utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Utilities for computing interparticle force vectors and matrices
22
using Lennard-Jones potentials and periodic boundary conditions."""
33

4-
import warnings
54
import numpy as np
65
from numba import njit
76
from potentials_utilities import compute_forces

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest>=8.3
22
numpy>=1.26
33
numba>=0.6
4+
scipy>=1.14.1

0 commit comments

Comments
 (0)