Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mdtraj version from 1.9.6 to 1.9.9 #82

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repository = 'https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR'
parsing = [
'asr==0.4.1',
'netCDF4==1.5.4',
'mdtraj==1.9.6',
'mdtraj==1.9.9',
'h5py==3.6.0',
'pyzeo==0.1.4',
'quippy-ase==0.9.14'
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ matplotlib-inline==0.1.6 # via -r requirements.txt, ipykernel, ipython
matplotlib-scalebar==0.8.1 # via -r requirements.txt, orix
mccabe==0.6.1 # via pylint
mdanalysis==2.5.0 # via -r requirements.txt, nomad-lab (pyproject.toml)
mdtraj==1.9.6 # via -r requirements.txt, nomad-lab (pyproject.toml)
mdtraj==1.9.9 # via -r requirements.txt, nomad-lab (pyproject.toml)
memoization==0.4.0 # via -r requirements.txt, nomad-lab (pyproject.toml)
mergedeep==1.3.4 # via mkdocs
mistune==2.0.4 # via -r requirements.txt, m2r
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ matplotlib==3.5.3 # via ase, asr, diffsims, hyperspy, kikuchipy, matplot
matplotlib-inline==0.1.6 # via ipykernel, ipython
matplotlib-scalebar==0.8.1 # via orix
mdanalysis==2.5.0 # via atomisticparsers (dependencies/parsers/atomistic/pyproject.toml), nomad-lab (pyproject.toml)
mdtraj==1.9.6 # via nomad-lab (pyproject.toml)
mdtraj==1.9.9 # via nomad-lab (pyproject.toml)
memoization==0.4.0 # via nomad-lab (pyproject.toml)
mistune==2.0.4 # via m2r
mmtf-python==1.1.3 # via mdanalysis
Expand Down
Loading