Skip to content

Commit

Permalink
try numpy 1.22 and MDA 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Nov 27, 2023
1 parent 07f3dce commit aa6d7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
),
zip_safe=False,
install_requires=[
'numpy==1.20', # because density functions in MDAnalysis 2 use np.histogramdd() with keyword normed which is deprecated in numpy 1.21 and removed in numpy 1.24
'numpy==1.22', # because density functions in MDAnalysis 2 use np.histogramdd() with keyword normed which is deprecated in numpy 1.21 and removed in numpy 1.24
'scipy>=1.2',
'pandas',
'matplotlib',
'deeptime',
'MDAnalysis==2', # some features we use will likely be removed in MDA 3
'MDAnalysis==2.2', # some features we use will likely be removed in MDA 3
'biotite',
'gpcrmining',
],
Expand Down

0 comments on commit aa6d7fa

Please sign in to comment.