Skip to content

Commit

Permalink
numpy dependence tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-petersen committed Jul 9, 2024
1 parent 824a13e commit 68ed00e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev
sudo pip install numpy
- name: Setup submodule and build
run: |
Expand Down
1 change: 0 additions & 1 deletion tests/Disk/cyl_basis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# coding: utf-8

import numpy as np
import pyEXP

# Make the disk basis config
Expand Down
1 change: 0 additions & 1 deletion tests/Halo/sph_basis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# coding: utf-8

import numpy as np
import pyEXP

# Make the halo basis config
Expand Down

0 comments on commit 68ed00e

Please sign in to comment.