Skip to content

Commit

Permalink
Modify to use NumPy 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzie007 committed Apr 25, 2024
1 parent 0a1b39a commit d2cc1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
command: |
python -m pip install --upgrade pip
python -m pip install setuptools==59.8.0 # Matplotlib 3.4
python -m pip install numpy==1.24
python -m pip install numpy==1.26.4
python -m pip install pillow==9.0
python -m pip install matplotlib==<< parameters.matplotlib-version >>
python -m pip install pytest>=4.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install numpy==1.24.4
python -m pip install numpy==1.26.4
python -m pip install pillow==9.0
python -m pip install matplotlib==${{ matrix.matplotlib-version }}
python -m pip install pytest>=4.6
Expand Down

0 comments on commit d2cc1be

Please sign in to comment.