Skip to content

Commit 44ae61e

Browse files
committed
bump nequip dependency to v0.13.0
1 parent 81d5233 commit 44ae61e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Most recent change on the bottom.
1212
### Fixed
1313
- `nequip-package` will now always pick up Triton (even if packaging without GPUs) and CuEq files (even if CuEq is not installed at package-time)
1414

15+
### Changed
16+
- bound `nequip` version >=0.13.0
17+
18+
1519
## [0.7.0]
1620

1721
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{name = "The NequIP Developers", email = "allegro-nequip@g.harvard.edu"},
1414
]
1515
dependencies = [
16-
"nequip>=0.12.0",
16+
"nequip>=0.13.0",
1717
]
1818

1919
[project.urls]

0 commit comments

Comments
 (0)