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 21d81a8 commit 56c8ac9Copy full SHA for 56c8ac9
requirements.txt
@@ -22,6 +22,6 @@ tensorboard==2.2.1
22
contextlib2==0.6.0.post1
23
pandas==1.0.1
24
tqdm==4.42.1
25
-numpy==1.21.0
+numpy==1.22.0
26
sphinx-rtd-theme==0.5.0
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