Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.11]
python-version: [3.8, 3.9, 3.11]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
19 changes: 11 additions & 8 deletions .requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
numpy
pandas
scikit-learn
rdkit
tqdm
selfies
graphein==1.4.0
gpytorch
numpy
pandas
scikit-learn
rdkit-pypi
torch
gpytorch
pytest
tqdm
selfies
graphein==1.4.0
gpflow
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pytest
import torch
from gauche.dataloader import DataLoaderMP
from gauche.kernels.gnn_kernels.hu_iclr_2020 import GNN, mol_to_pyg
from gauche.kernels.gnn_kernels.pretrained_kernel import GNN, mol_to_pyg
from rdkit.Chem import MolFromSmiles
from torch_geometric.data import Batch

Expand Down