Skip to content

Commit

Permalink
Require at least python-ihm 1.6
Browse files Browse the repository at this point in the history
We don't want to require python-ihm 1.5,
as that broke the API used for residue range
checks, so get the new 1.6 instead.
  • Loading branch information
benmwebb committed Sep 27, 2024
1 parent c242e39 commit c3924b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install modelcif
# Installation from source code

To build and install from a clone of the GitHub repository,
first build and install version 1.5 or later of the
first build and install version 1.6 or later of the
[python-ihm](https://github.com/ihmwg/python-ihm) module. Then run:

```
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ihm >= 1.5
ihm >= 1.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author_email='[email protected]',
url='https://github.com/ihmwg/python-modelcif',
packages=['modelcif', 'modelcif.util'],
install_requires=['ihm>=1.5'],
install_requires=['ihm>=1.6'],
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions util/python-modelcif.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
Packager: Ben Webb <[email protected]>
URL: https://pypi.python.org/pypi/modelcif
Source: modelcif-%{version}.tar.gz
BuildRequires: python3-devel, python3-setuptools, python3-ihm >= 1.5
Requires: python3-ihm >= 1.5
BuildRequires: python3-devel, python3-setuptools, python3-ihm >= 1.6
Requires: python3-ihm >= 1.6
BuildArch: noarch

%description
Expand Down

0 comments on commit c3924b7

Please sign in to comment.