Skip to content

Commit

Permalink
Install dgl from conda-forge and remove 3.11 support (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Aug 29, 2023
1 parent db76183 commit 707926f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10"]
pydantic-version: ["1", "2"]
include-rdkit: [true, false]
include-openeye: [true, false]
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: openff-nagl-test
channels:
- dglteam
- openeye
- conda-forge
- defaults
Expand Down

0 comments on commit 707926f

Please sign in to comment.