Skip to content

Commit 38b60cd

Browse files
authored
lower huggingfacehub version (#1049)
* lower huggingfacehub version * typo
1 parent 6dc2238 commit 38b60cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/env.cpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies:
2626
- submitit
2727
- tensorboard
2828
- wandb
29-
- huggingface_hub
29+
- huggingface_hub>=0.27.1
3030
name: fair-chem

packages/env.gpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies:
2929
- submitit
3030
- tensorboard
3131
- wandb
32-
- huggingface_hub
32+
- huggingface_hub>=0.27.1
3333
name: fair-chem

packages/fairchem-core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"submitit",
2626
"hydra-core",
2727
"torchtnt",
28-
"huggingface_hub>=0.29.2",
28+
"huggingface_hub>=0.27.1",
2929
"pydantic>=2.10.0"
3030
]
3131

packages/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch==2.4.1
22
numpy==1.26.4
33
ase==3.24.0
4-
huggingface_hub==0.29.2
4+
huggingface_hub==0.27.1

0 commit comments

Comments
 (0)