Skip to content

Commit

Permalink
fix pip error with old pyuvdata
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and mkolopanis committed Nov 13, 2024
1 parent fe7b846 commit 57211be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/min_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- matplotlib==3.6.*
- numpy==1.19.*
- pandas==1.4.0
- pip
- pip<24.1 # this pin can be removed once we require pyuvdata>=3.0
- psutil==5.9.0
- psycopg2==2.9
- pytest==6.2.0
Expand Down

0 comments on commit 57211be

Please sign in to comment.