We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcf175 commit 3ced878Copy full SHA for 3ced878
1 file changed
code-env/python/spec/requirements.txt
@@ -18,10 +18,6 @@ flask>=2.0,<2.1; python_version <= '3.7'
18
flask>=2.3,<2.4; python_version >= '3.8' and python_version < '3.10'
19
flask>=3.1,<3.2; python_version >= '3.10'
20
21
-numpy>=1.19,<1.20; python_version <= '3.7'
22
-numpy>=1.24,<1.25; python_version >= '3.8' and python_version < '3.10'
23
-numpy>=2.2,<2.3; python_version >= '3.10'
24
-
25
tokenizers==0.10.3; python_version == '3.6'
26
27
sudachipy==0.6.0; python_version == '3.6'
0 commit comments