Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop python 3.8, use ruff #633

Merged
merged 22 commits into from
Jan 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert to requirement numpy<2 because of dask
mdbenito committed Jan 12, 2025
commit ca32a66e9313f375236dd37193b5b28ff603cc78
1 change: 1 addition & 0 deletions requirements-constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy<2
3 changes: 2 additions & 1 deletion requirements-notebooks.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
datasets==2.21.0
distributed==2023.5.0
dask==2024.8.0
distributed==2024.8.0
pillow==10.4.0
torch==2.2.0
torchvision==0.17.0
1 change: 1 addition & 0 deletions requirements-type-checking.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mypy==1.14
types-tqdm
pandas-stubs
-c requirements-constraints.txt
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyDeprecate>=0.3.2
numpy>=1.20
numpy>=1.20,<2
pandas>=1.3
scikit-learn
scipy>=1.7.0