Skip to content

Commit

Permalink
Merge pull request #40 from OpenFreeEnergy/spruce-up
Browse files Browse the repository at this point in the history
Update CI & packaging
  • Loading branch information
richardjgowers authored Nov 15, 2023
2 parents 4b1f092 + 20caef9 commit 7410ba7
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 3,104 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
rdkit-version: ["2021", "latest"]
python-version: ["3.9", "3.10", "3.11"]
rdkit-version: ["latest", ]
os: [ubuntu-latest, macos-11]
exclude:
include:
- rdkit-version: "2021"
python-version: "3.10"
python-version: "3.9"
os: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/CI_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
- numpy
- matplotlib
- rdkit
- boost-cpp
- pytest
- codecov
- gufe >= 0.9.0
1 change: 0 additions & 1 deletion devtools/conda-recipe/build.sh

This file was deleted.

53 changes: 0 additions & 53 deletions devtools/conda-recipe/meta.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions devtools/travis-ci/install.sh

This file was deleted.

5 changes: 2 additions & 3 deletions lomap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
strict, loose = db_mol.build_matrices()
nx_graph = db_mol.build_graph()
"""
from importlib.metadata import version
__version__ = version("lomap2")

from .dbmol import DBMolecules
from .dbmol import SMatrix
Expand All @@ -73,6 +75,3 @@
del mcs

from . import _due

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 7410ba7

Please sign in to comment.