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

Pin deepspeed to < 0.13 and pandas to < 2.2.0 #3906

Merged
merged 3 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Cython>=0.25
h5py>=2.6,!=3.0.0
numpy>=1.15
pandas>=1.0,!=1.1.5
# GitHub Issue for Pinning Pandas < 2.2.0: https://github.com/ludwig-ai/ludwig/issues/3907
pandas>=1.0,!=1.1.5,<2.2.0
scipy>=0.18
tabulate>=0.7
scikit-learn
Expand Down
4 changes: 3 additions & 1 deletion requirements_distributed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ GPUtil
tblib
awscli

deepspeed!=0.11.0 # https://github.com/microsoft/DeepSpeed/issues/4473
# https://github.com/microsoft/DeepSpeed/issues/4473
# https://github.com/ludwig-ai/ludwig/issues/3905
deepspeed!=0.11.0,<0.13.0

# requirements for daft
getdaft[ray]==0.1.20
Loading