-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to TorchANI 2.2.1 * Update to PyTorch 1.10 * Add sysroot * Fix a varialbe name * Convert TorchANIBatchedNN to a ModuleList * Circument TorchANI issue * Set the oldest and latest dependeny versions * Set the minimum CMake version * Set Python 3.8 as a minimum version * Update to TorchANI 2.2.2
- Loading branch information
Raimondas Galvelis
authored
Nov 4, 2021
1 parent
24a6f7e
commit 6939536
Showing
4 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- cmake | ||
- cmake >=3.20 | ||
- cudatoolkit 11.2.2 | ||
- gxx_linux-64 10.3.0 | ||
- make | ||
- mdtraj | ||
- nvcc_linux-64 11.2 | ||
- torchani 2.2 | ||
- torchani 2.2.2 | ||
- pytest | ||
- python 3.9 | ||
- pytorch-gpu 1.8.0 | ||
- pytorch-gpu 1.10.0 | ||
- sysroot_linux-64 2.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters