Skip to content

Commit eb1fee8

Browse files
Neighborlist api to handle batch (#348)
1 parent 9efe618 commit eb1fee8

File tree

17 files changed

+1632
-1064
lines changed

17 files changed

+1632
-1064
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
uv pip install -r fairchem-repo/packages/requirements-optional.txt --system
124124
fi
125125
uv pip install -e fairchem-repo/packages/fairchem-core[dev] --system
126-
uv pip install -e ".[test]" --resolution=${{ matrix.version.resolution }} --system
126+
uv pip install -e "." --no-deps --system
127+
uv pip install "h5py>=3.12.1" "numpy>=1.26,<3" "tables>=3.10.2" "torch>=2" "tqdm>=4.67" --system
128+
uv pip install "ase>=3.26" "phonopy>=2.37.0" "psutil>=7.0.0" "pymatgen>=2025.6.14" "pytest-cov>=6" "pytest>=8" --resolution=${{ matrix.version.resolution }} --system
127129
128130
129131
- name: Install torch_sim with model dependencies

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ classifiers = [
2828
requires-python = ">=3.12"
2929
dependencies = [
3030
"h5py>=3.12.1",
31+
"nvalchemi-toolkit-ops",
3132
"numpy>=1.26,<3",
3233
"tables>=3.10.2",
3334
"torch>=2",
3435
"tqdm>=4.67",
35-
"vesin-torch>=0.4.0, <0.5.0",
36-
"vesin>=0.4.0, <0.5.0",
3736
]
3837

3938
[project.optional-dependencies]

0 commit comments

Comments
 (0)