File tree 2 files changed +10
-3
lines changed 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
mpmath==1.3.0
2
- numpy==1.25.2
2
+ numpy==1.21.3; python_version == '3.10'
3
+ numpy==1.23.2; python_version == '3.11'
4
+ numpy; python_version >= '3.12'
3
5
PyYAML==6.0.1
4
6
ruamel.yaml==0.17.32
5
7
sympy==1.12
@@ -8,6 +10,8 @@ tomli==2.0.1
8
10
torchsr==1.0.4
9
11
transformers==4.38.0
10
12
zstd==1.5.5.1
13
+ pandas==2.0.3; python_version == '3.10'
14
+ pandas; python_version >= '3.11'
11
15
pytest==7.2.0
12
16
pytest-cov==4.1.0
13
17
expecttest==0.1.6
Original file line number Diff line number Diff line change @@ -55,9 +55,12 @@ dependencies=[
55
55
" flatbuffers" ,
56
56
" hypothesis" ,
57
57
" mpmath==1.3.0" ,
58
- " numpy>=1.25.2" ,
58
+ " numpy==1.21.3; python_version == '3.10'" ,
59
+ " numpy==1.23.2; python_version == '3.11'" ,
60
+ " numpy; python_version >= '3.12'" ,
59
61
" packaging" ,
60
- " pandas" ,
62
+ " pandas==2.0.3; python_version == '3.10'" ,
63
+ " pandas; python_version >= '3.11'" ,
61
64
" parameterized" ,
62
65
" pytest" ,
63
66
" pytest-xdist" ,
You can’t perform that action at this time.
0 commit comments