We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9471858 commit 24f89b7Copy full SHA for 24f89b7
requirements.txt
@@ -1,4 +1,5 @@
1
numpy>=1.17
2
pandas>=0.25
3
-torch>=1.4
+torch>=1.4,<1.7; python_version == '3.6'
4
+torch>=1.4; python_version > '3.6'
5
pydantic>=1.5
0 commit comments