Skip to content

Commit

Permalink
pin distopia<0.3.0
Browse files Browse the repository at this point in the history
- fix  #4739
- temporarily restrict distopia to >=0.2.0,<0.3.0 until MDAnalysis has
  caught up with distopia API changes
- updated CHANGELOG
  • Loading branch information
orbeckst committed Oct 18, 2024
1 parent 48e9e01 commit 43f83b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-deps/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'setup-deps'
ame: 'setup-deps'
description: 'setup python dependencies for an MDAnalysis install'
inputs:
full-deps:
Expand Down Expand Up @@ -59,7 +59,7 @@ inputs:
dask:
default: 'dask'
distopia:
default: 'distopia>=0.2.0'
default: 'distopia>=0.2.0,<0.3.0'
h5py:
default: 'h5py>=2.10'
hole2:
Expand Down
1 change: 1 addition & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Enhancements
DOI 10.1021/acs.jpcb.7b11988. (Issue #2039, PR #4524)

Changes
* only use distopia < 0.3.0 due to API changes (Issue #4739)
* The `fetch_mmtf` method has been removed as the REST API service
for MMTF files has ceased to exist (Issue #4634)
* MDAnalysis now builds against numpy 2.0 rather than the
Expand Down

0 comments on commit 43f83b4

Please sign in to comment.