Skip to content

Commit

Permalink
Add pandas as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 13, 2023
1 parent 3374898 commit 23892bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ channels:
- conda-forge
dependencies:
- lammps =2023.08.02
- pandas =2.1.3
- pylammpsmpi =0.2.5
- jinja2 =3.1.2
4 changes: 2 additions & 2 deletions .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unittest
name: Minimal

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
activate-environment: my-env
use-mamba: true
- name: Update environment
run: mamba env update -n my-env -f environment.yml
run: mamba env update -n my-env -f .ci_support/environment.yml
- name: Setup
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
extras_require={
"phonopy": ['phonopy==2.20.0', 'seekpath==2.1.0', 'structuretoolkit==0.0.11'],
"gpaw": ['gpaw==23.9.1'],
"lammps": ['pylammpsmpi==0.2.5', 'jinja2==3.1.2']
"lammps": ['pylammpsmpi==0.2.5', 'jinja2==3.1.2', 'pandas==2.1.3']
},
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 23892bb

Please sign in to comment.