zjpiazza commited on
Commit
a2fb44b
·
1 Parent(s): bfb5ee8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt CHANGED
@@ -2,11 +2,14 @@ absl-py==2.1.0
2
  astunparse==1.6.3
3
  certifi==2024.12.14
4
  charset-normalizer==3.4.1
 
5
  flatbuffers==24.12.23
 
6
  gast==0.6.0
7
  google-pasta==0.2.0
8
  grpcio==1.69.0
9
  h5py==3.12.1
 
10
  idna==3.10
11
  joblib==1.4.2
12
  keras==3.8.0
@@ -26,8 +29,11 @@ protobuf==5.29.3
26
  Pygments==2.19.1
27
  python-dateutil==2.9.0.post0
28
  pytz==2024.2
 
 
29
  requests==2.32.3
30
  rich==13.9.4
 
31
  scikit-learn==1.6.1
32
  scipy==1.15.1
33
  setuptools==75.8.0
@@ -37,6 +43,9 @@ tensorboard-data-server==0.7.2
37
  tensorflow==2.18.0
38
  termcolor==2.5.0
39
  threadpoolctl==3.5.0
 
 
 
40
  typing_extensions==4.12.2
41
  tzdata==2024.2
42
  urllib3==2.3.0
 
2
  astunparse==1.6.3
3
  certifi==2024.12.14
4
  charset-normalizer==3.4.1
5
+ filelock==3.16.1
6
  flatbuffers==24.12.23
7
+ fsspec==2024.12.0
8
  gast==0.6.0
9
  google-pasta==0.2.0
10
  grpcio==1.69.0
11
  h5py==3.12.1
12
+ huggingface-hub==0.27.1
13
  idna==3.10
14
  joblib==1.4.2
15
  keras==3.8.0
 
29
  Pygments==2.19.1
30
  python-dateutil==2.9.0.post0
31
  pytz==2024.2
32
+ PyYAML==6.0.2
33
+ regex==2024.11.6
34
  requests==2.32.3
35
  rich==13.9.4
36
+ safetensors==0.5.2
37
  scikit-learn==1.6.1
38
  scipy==1.15.1
39
  setuptools==75.8.0
 
43
  tensorflow==2.18.0
44
  termcolor==2.5.0
45
  threadpoolctl==3.5.0
46
+ tokenizers==0.21.0
47
+ tqdm==4.67.1
48
+ transformers==4.48.0
49
  typing_extensions==4.12.2
50
  tzdata==2024.2
51
  urllib3==2.3.0