Skip to content

Commit

Permalink
Fix typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Feb 27, 2021
1 parent 853d266 commit 1cd974c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
lipyphilic CHANGELOG
====================

0.3.2 (2021-02-27)
------------------

* Fix typo in requirements

0.3.1 (2021-02-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read(*names, **kwargs):
install_requires=[
'MDAnalysis>=1.0',
'freud-analysis==2.4.1',
'numpy>=1.16'
'numpy>=1.16',
'pandas>=1.1' # 1.1 required by python=3.6
],
extras_require={
Expand Down

0 comments on commit 1cd974c

Please sign in to comment.