Skip to content

Commit ab3515f

Browse files
committed
Min Version: Update min versions for dependencies
1 parent 2f92122 commit ab3515f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- os: ubuntu-latest
4646
python-version: 3.8
4747
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
4949
LABEL: -oldest
5050
steps:
5151
- uses: actions/checkout@v3

CHANGELOG.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Deprecated
2626

2727
Removed
2828
-------
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.
3130

3231
Fixed
3332
-----

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
packages=find_packages(),
7575
extras_require=extra_feature_requirements,
7676
install_requires=[
77-
"diffpy.structure >= 3.0.0", # First Python 3 support
77+
"diffpy.structure >= 3.0.2",
7878
"matplotlib >= 3.3",
7979
"numba",
80-
"numpy >= 1.17",
80+
"numpy >= 1.17.3",
8181
"orix >= 0.9",
8282
"psutil",
83-
"scipy >= 1.1",
83+
"scipy >= 1.8",
8484
"tqdm >= 4.9",
8585
"transforms3d",
8686
],

0 commit comments

Comments
 (0)