Skip to content

Commit

Permalink
added proper setuptools interfacing
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesknipp committed Aug 14, 2024
1 parent 2552f2f commit 38692c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest setuptools scipy numba numpy wheel
python -m pip install pytest setuptools wheel
python -m pip install .
- name: Test with pytest
run: |
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy >= 1.19.2
scipy >= 1.2
numba >= 0.49

[options.packages.find]
where = src

0 comments on commit 38692c3

Please sign in to comment.