Skip to content

Commit

Permalink
Update pyproject.toml (#188)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update pyproject.toml

retry with pyproject.toml syntax instead

* Update unit-tests.yml

add gcc as well

* Update unit-tests.yml

* Update pyproject.toml

* try different way for the branches
  • Loading branch information
sroet authored Jun 20, 2024
1 parent 281fb5a commit b8c9ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: |
conda install -y -c conda-forge python=3 cupy cuda-version=11.8
conda install -y -c conda-forge python=3 cupy cuda-version=11.8 gcc #gcc only needed until healpix releases under numpy>2
python -m pip install coverage
- name: Install base dev code and list dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"importlib_resources",
"packaging",
"scipy",
"healpix",
"healpix@git+https://github.com/sroet/healpix.git@fix_build_numpy_2_0" #workaround for healpix numpy 2 issues, should be reverted after https://github.com/ntessore/healpix/pull/55
]

[project.optional-dependencies]
Expand Down

0 comments on commit b8c9ebf

Please sign in to comment.