Skip to content

Commit

Permalink
Install numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Jul 25, 2023
1 parent 93f9f81 commit 0cfa613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cache-dependency-path: '**/requirements.txt'
- name: Install dependencies
run: |
pip install numpy
pip install --quiet -r requirements.txt -r requirements-ci.txt
pip install -e .
- name: pytest
Expand Down
13 changes: 0 additions & 13 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
ase>=3.22.1
chemview>=0.6
netCDF4>=1.5.8
fdint>=2.0.2
phonopy>=2.16.3
h5py>=3.8.0
BoltzTraP2>=22.3.2
f90nml>=1.4.3
# hiphive>=0.6
seekpath>=2.0.1
jarvis-tools>=2022.9.16
galore>=0.7.0
matgl>=0.5.1

0 comments on commit 0cfa613

Please sign in to comment.