Skip to content

Commit

Permalink
Fix/SK-1021 | Updating dependencies for huggingface example (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankJonasmoelle authored Sep 12, 2024
1 parent 3883fc1 commit 2425a76
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions examples/huggingface/client/python_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: huggingface
build_dependencies:
- pip
- setuptools
- wheel==0.37.1
- wheel
dependencies:
- torch==2.2.1
- torchvision==0.17.1
- fedn==0.9.0
- transformers==4.39.3
- datasets==2.19.0
- numpy==2.0.2
- torch==2.4.1
- torchvision==0.19.1
- transformers
- datasets
- fedn

0 comments on commit 2425a76

Please sign in to comment.