Skip to content

Commit

Permalink
add pandas as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Sep 13, 2024
1 parent 1ac19b4 commit dda6b27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment-nolammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ dependencies:
- uncertainties
- pydantic >=2.3.0
- pyscal3
- pandas
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dependencies:
- uncertainties
- pydantic >=2.3.0
- pyscal3
- pandas
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
description="free energy calculation for python",
install_requires=['matplotlib', 'pytest',
'pyyaml', 'mendeleev',
'tqdm', 'scipy', 'pydantic', 'pyscal3'],
'tqdm', 'scipy', 'pydantic', 'pyscal3', 'pandas'],
license="GNU General Public License v3",
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit dda6b27

Please sign in to comment.