Skip to content

Commit

Permalink
Stick with numpy 1 to match ChimeraX for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 28, 2024
1 parent 7ac1657 commit 2ae3fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python.exe -m pip install codecov coverage pytest-cov scipy"
- "python.exe -m pip install codecov coverage pytest-cov 'numpy<2' scipy"

build: off

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install coverage scipy pytest-cov flake8 pep8-naming
pip install coverage scipy 'numpy<2' pytest-cov flake8 pep8-naming
if [ "${{ matrix.with_qt }}" = "true" ]; then pip install PyQt5; fi;
- name: Test
run: |
Expand Down

0 comments on commit 2ae3fc3

Please sign in to comment.