Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Mar 2, 2021
1 parent d00965b commit a60af93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- conda env list
- conda remove --name pytint_test --all
- conda config --add channels conda-forge
- conda create --name pytint_test python=3.7 pytest numpy scipy pyyaml mendeleev lammps mpi4py openmpi pylammpsmpi pyscal pytest --force
- conda create --name pytint_test python=3.7 pytest tqdm numpy scipy pyyaml mendeleev lammps mpi4py openmpi pylammpsmpi pyscal pytest --force
- conda env list

test:
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- pylammpsmpi
- pyscal
- matplotlib
- tqdm
1 change: 1 addition & 0 deletions pytint/integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import warnings
from pytint.splines import splines, sum_spline1, sum_spline25, sum_spline50, sum_spline75, sum_spline100
from scipy.integrate import cumtrapz
from tqdm import tqdm

#Constants
h = const.physical_constants["Planck constant in eV/Hz"][0]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ openmpi
pylammpsmpi
pyscal
pytest
tqdm

0 comments on commit a60af93

Please sign in to comment.