Skip to content

Commit

Permalink
Merge pull request #2080 from lpsinger/no-healpy-on-windows
Browse files Browse the repository at this point in the history
Do not require Healpy on Windows
  • Loading branch information
dakota002 authored Mar 12, 2024
2 parents 6c3ca0e + f6bcd3f commit 693d9c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cachetools
dynamodb-autoincrement>=0.2.0
email-validator
fastapi
healpy==0.1.dev1+g500357b
healpy==0.1.dev1+g500357b; platform_system!="Windows" # Healpy does not have any Windows builds; see https://github.com/healpy/healpy/issues/25
httpx
mangum
python-multipart # Required for file uploads in FastAPI; see https://fastapi.tiangolo.com/tutorial/request-files/
Expand Down
6 changes: 2 additions & 4 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ aioboto3==12.3.0
# -r requirements.in
# dynamodb-autoincrement
aiobotocore[boto3]==2.11.2
# via
# aioboto3
# aiobotocore
# via aioboto3
aiohttp==3.9.3
# via aiobotocore
aioitertools==0.11.0
Expand Down Expand Up @@ -80,7 +78,7 @@ frozenlist==1.4.1
# aiosignal
h11==0.14.0
# via httpcore
healpy==0.1.dev1+g500357b
healpy==0.1.dev1+g500357b ; platform_system != "Windows"
# via -r requirements.in
httpcore==1.0.2
# via httpx
Expand Down

0 comments on commit 693d9c0

Please sign in to comment.