File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11mpmath==1.3.0
2- numpy= =2.0.0; python_version >= '3.10'
2+ numpy> =2.0.0; python_version >= '3.10'
33PyYAML==6.0.1
44ruamel.yaml==0.17.32
55sympy==1.12
@@ -8,7 +8,7 @@ tomli==2.0.1
88torchsr==1.0.4
99transformers==4.47.1
1010zstd==1.5.5.1
11- pandas= =2.2.2; python_version >= '3.10'
11+ pandas> =2.2.2; python_version >= '3.10'
1212pytest==7.2.0
1313pytest-cov==4.1.0
1414expecttest==0.1.6
@@ -21,7 +21,7 @@ sphinx-gallery==0.14.0
2121breathe==4.34.0
2222exhale==0.2.3
2323docutils==0.16
24- matplotlib= =3.9.4
24+ matplotlib> =3.9.4
2525# PyTorch Theme
2626-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
2727myst-parser==0.18.1
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies=[
5555 " flatbuffers" ,
5656 " hypothesis" ,
5757 " mpmath==1.3.0" ,
58- " numpy= =2.0.0; python_version >= '3.10'" ,
58+ " numpy> =2.0.0; python_version >= '3.10'" ,
5959 " packaging" ,
60- " pandas= =2.2.2; python_version >= '3.10'" ,
60+ " pandas> =2.2.2; python_version >= '3.10'" ,
6161 " parameterized" ,
6262 " pytest" ,
6363 " pytest-xdist" ,
You can’t perform that action at this time.
0 commit comments