Skip to content

Commit 3ced878

Browse files
committed
Remove numpy requirements as they are coming from DSS
1 parent ddcf175 commit 3ced878

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

code-env/python/spec/requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ flask>=2.0,<2.1; python_version <= '3.7'
1818
flask>=2.3,<2.4; python_version >= '3.8' and python_version < '3.10'
1919
flask>=3.1,<3.2; python_version >= '3.10'
2020

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-
2521
tokenizers==0.10.3; python_version == '3.6'
2622

2723
sudachipy==0.6.0; python_version == '3.6'

0 commit comments

Comments
 (0)