Skip to content

Commit

Permalink
maint: switch to resolution lowest-direct
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jan 22, 2025
1 parent a54e92e commit 33a24a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-check_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: 3.9
- name: Install the project
run: |
uv pip install -r requirements.txt --resolution lowest --system
uv pip install -r requirements.txt --resolution lowest-direct --system
uv pip install -r requirements-dev.txt --system
- name: Test
run: |
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
astroplan>=0.8
astropy>=5.2.0.a
pyyaml>=6.0.2
astroquery>=0.4.8
ipyaladin>=0.3.0
MOCpy>=0.15.0
matplotlib>=3.6
pandas>=2.0.3
plotly>=5.14.0.a
pyvo>=1.4.1
regions>=0.7
requests>=2.4.3
specutils>=1.9.0.a

0 comments on commit 33a24a6

Please sign in to comment.