Commit ab3515f 1 parent 2f92122 commit ab3515f Copy full SHA for ab3515f
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 45
45
- os : ubuntu-latest
46
46
python-version : 3.8
47
47
OLDEST_SUPPORTED_VERSION : true
48
- DEPENDENCIES : diffpy.structure==3.0.0 matplotlib==3.3 numpy==1.17 orix==0.9.0 scipy==1.1 tqdm==4.9
48
+ DEPENDENCIES : diffpy.structure== 3.0.2 matplotlib==3.5 numpy==1.17.3 orix==0.9.0 scipy==1.8 tqdm==4.9
49
49
LABEL : -oldest
50
50
steps :
51
51
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ Deprecated
26
26
27
27
Removed
28
28
-------
29
- - Removed support for Python 3.6, leaving 3.7 as the oldest supported version.
30
- - Removed support for Python 3.7, leaving 3.8 as the oldest supported version.
29
+ - Removed support for Python 3.6 and Python 3.7, leaving 3.7 as the oldest supported version.
31
30
32
31
Fixed
33
32
-----
Original file line number Diff line number Diff line change 74
74
packages = find_packages (),
75
75
extras_require = extra_feature_requirements ,
76
76
install_requires = [
77
- "diffpy.structure >= 3.0.0" , # First Python 3 support
77
+ "diffpy.structure >= 3.0.2" ,
78
78
"matplotlib >= 3.3" ,
79
79
"numba" ,
80
- "numpy >= 1.17" ,
80
+ "numpy >= 1.17.3 " ,
81
81
"orix >= 0.9" ,
82
82
"psutil" ,
83
- "scipy >= 1.1 " ,
83
+ "scipy >= 1.8 " ,
84
84
"tqdm >= 4.9" ,
85
85
"transforms3d" ,
86
86
],
You can’t perform that action at this time.
0 commit comments