Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Nov 15, 2023
1 parent 5dbefb7 commit 2376554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- os: ubuntu-latest
python-version: 3.7
OLDEST_SUPPORTED_VERSION: true
DEPENDENCIES: diffpy.structure==3.0.0 matplotlib==3.3 numpy==1.17 orix==0.9.0 scipy==1.1 tqdm==4.9
DEPENDENCIES: diffpy.structure==3.0.2 matplotlib==3.3 numpy==1.17 orix==0.11.0 scipy==1.1 tqdm==4.9
LABEL: -oldest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ precision = 2

[manifix]
known_excludes =
./examples/**
examples/**
.*
.*/**
**/*.nbi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
packages=find_packages(),
extras_require=extra_feature_requirements,
install_requires=[
"diffpy.structure >= 3.0.0", # First Python 3 support
"diffpy.structure >= 3.0.2", # First Python 3 support
"matplotlib >= 3.3",
"numba",
"numpy >= 1.17",
Expand Down

0 comments on commit 2376554

Please sign in to comment.