Skip to content

Commit 3b7af27

Browse files
committed
relax pinning
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com>
1 parent a7da3ec commit 3b7af27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fsspec==2024.12.0
1+
fsspec>=2024.12.0
22
huggingface_hub>=0.24
33
numba ; platform_system == 'Darwin'
44
numba-cuda==0.15.1 ; platform_system != 'Darwin'
@@ -7,7 +7,7 @@ numexpr<2.14.0 # WAR for attempted use of nonexistent numpy.typing
77
numpy>=1.22
88
onnx>=1.7.0
99
# Align with upstream PyTorch requirements
10-
protobuf~=5.29.5
10+
protobuf>=6.33
1111
python-dateutil
1212
ruamel.yaml
1313
scikit-learn

requirements/requirements_lightning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lightning>2.2.1,<=2.4.0
55
omegaconf<=2.3
66
peft
77
torchmetrics>=0.11.0
8-
transformers>=4.57.0,<5.0.0
8+
transformers
99
wandb
1010
webdataset>=0.2.86
1111
nv_one_logger_core>=2.3.1

0 commit comments

Comments
 (0)