We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94d236 commit 237de0fCopy full SHA for 237de0f
docs/requirements.txt
@@ -19,5 +19,5 @@ transformers==2.10.0
19
contextlib2==0.6.0.post1
20
pandas==1.0.1
21
tqdm==4.42.1
22
-numpy==1.21.0
+numpy==1.22.0
23
sphinx-rtd-theme==0.5.0
requirements.txt
@@ -22,6 +22,6 @@ tensorboard==2.2.1
24
25
26
27
protobuf==3.20.*
setup.py
@@ -52,7 +52,7 @@
52
"contextlib2==0.6.0.post1",
53
"pandas==1.0.1",
54
"tqdm==4.42.1",
55
- "numpy==1.21.0",
+ "numpy==1.22.0",
56
"sphinx-rtd-theme==0.5.0",
57
]
58
0 commit comments