Skip to content

Commit

Permalink
Cap MDA at <2.0.0, complete release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Aug 7, 2022
1 parent 8abba59 commit 170f56a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
shell: bash -l {0}

env:
CONDA_DEPS: "MDAnalysis MDAnalysisTests pytest pytest-cov codecov"
CONDA_DEPS: "MDAnalysis<2.0.0 MDAnalysisTests pytest pytest-cov codecov"

jobs:
tests:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ MDRestraints Generator CHANGELOG
AUTHORS: IAlibay


* 0.2.0 : ??/??/????
* 0.2.0 : 07/08/2022

Fixes
* Caps MDAnalysis support at 2.0.0 for now.
* Add experimental support for COM based restraints (PR #36 and #37)
* capped_distance call in _search_capped now accounts for box dimensions
(PR #35)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# Additional entries you may want simply uncomment the lines you want and fill in the data
# url='http:https://www.my_package.com', # Website
install_requires=["MDAnalysis>=1.0.0", "numpy", "scipy", "matplotlib"],
install_requires=["MDAnalysis>=1.0.0,<2.0.0", "numpy", "scipy", "matplotlib"],
# Required packages, pulls from pip if needed; do not use for Conda deployment
platforms=['Linux'],
python_requires=">=3.6",
Expand Down

0 comments on commit 170f56a

Please sign in to comment.