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 1
1
mpmath==1.3.0
2
- numpy= =2.0.0; python_version >= '3.10'
2
+ numpy> =2.0.0; python_version >= '3.10'
3
3
PyYAML==6.0.1
4
4
ruamel.yaml==0.17.32
5
5
sympy==1.12
@@ -8,7 +8,7 @@ tomli==2.0.1
8
8
torchsr==1.0.4
9
9
transformers==4.47.1
10
10
zstd==1.5.5.1
11
- pandas= =2.2.2; python_version >= '3.10'
11
+ pandas> =2.2.2; python_version >= '3.10'
12
12
pytest==7.2.0
13
13
pytest-cov==4.1.0
14
14
expecttest==0.1.6
@@ -21,7 +21,7 @@ sphinx-gallery==0.14.0
21
21
breathe==4.34.0
22
22
exhale==0.2.3
23
23
docutils==0.16
24
- matplotlib= =3.9.4
24
+ matplotlib> =3.9.4
25
25
# PyTorch Theme
26
26
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
27
27
myst-parser==0.18.1
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies=[
55
55
" flatbuffers" ,
56
56
" hypothesis" ,
57
57
" mpmath==1.3.0" ,
58
- " numpy= =2.0.0; python_version >= '3.10'" ,
58
+ " numpy> =2.0.0; python_version >= '3.10'" ,
59
59
" packaging" ,
60
- " pandas= =2.2.2; python_version >= '3.10'" ,
60
+ " pandas> =2.2.2; python_version >= '3.10'" ,
61
61
" parameterized" ,
62
62
" pytest" ,
63
63
" pytest-xdist" ,
You can’t perform that action at this time.
0 commit comments