Skip to content

Commit 994f92f

Browse files
authored
Pin Swig to <4.1 (#86)
1 parent 1410331 commit 994f92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/conda-envs/build-macos-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
- pytest
1313
- python
1414
- pytorch-cpu @PYTORCH_VERSION@
15-
- swig
15+
- swig <4.1

devtools/conda-envs/build-ubuntu-18.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
- pytest
1616
- python
1717
- pytorch-gpu @PYTORCH_VERSION@
18-
- swig
18+
- swig <4.1
1919
- sysroot_linux-64 2.17
2020
- torchani

0 commit comments

Comments
 (0)