Skip to content

Commit

Permalink
Update to real mdanalysis version in requirements & CI (#330)
Browse files Browse the repository at this point in the history
Not sure why, but stuff is still broken. Unrelated to MDAnalysis dependencies
  • Loading branch information
RainierBarrett committed Aug 26, 2021
1 parent a893532 commit 61d6e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: MDAnalysis Install
if: matrix.md-analysis == 'true'
run: |
pip install MDAnalysis<2.0
pip install "mdanalysis<2.0"
- name: Download and install HTF
run: |
mkdir build && cd build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow>=2.3
hoomd>=2.6.0
MDAnalysis
mdanalysis<=1.1.1
NetworkX

0 comments on commit 61d6e03

Please sign in to comment.