Skip to content

Commit

Permalink
Replace xdrlib with mda_xdrlib (mdtraj#1911)
Browse files Browse the repository at this point in the history
* Replace  with

* Replace xdrlib with mda_xdrlib

* add mda-xdr lib to docs requirement file
  • Loading branch information
chrisjonesBSU authored Jul 18, 2024
1 parent 934b273 commit e0a5676
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions devtools/conda-envs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- numpy
- zlib
- pyparsing
- mda-xdrlib
- scipy
- networkx
- pandas
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nbsphinx_link
msmb_theme
jupyter
ipython
mda-xdrlib
matplotlib
pandoc
jinja2
Expand Down
2 changes: 1 addition & 1 deletion mdtraj/formats/xtc/trr.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import os
import warnings
import xdrlib
import mda_xdrlib as xdrlib

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion mdtraj/formats/xtc/xtc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
###############################################################################
import os
import warnings
import xdrlib
import mda_xdrlib as xdrlib

import numpy as np

Expand Down

0 comments on commit e0a5676

Please sign in to comment.