Skip to content

Commit

Permalink
Set number to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jun 18, 2024
1 parent 2fe81d3 commit e33bafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel setuptools
python -m pip install mako
python -m pip install numpy<2 scipy matplotlib docutils pytest sphinx bumps unittest-xml-reporting tinycc
python -m pip install numpy<2.0 scipy matplotlib docutils pytest sphinx bumps unittest-xml-reporting tinycc
- name: setup pyopencl on Linux + macOS
if: ${{ matrix.os != 'windows-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def find_version(package):
return version[1:-1]
raise RuntimeError("Could not read version from %s/__init__.py"%package)

install_requires = ['numpy<2', 'scipy']
install_requires = ['numpy<2.0', 'scipy']

with open('README.rst') as fid:
long_description = fid.read()
Expand Down

0 comments on commit e33bafb

Please sign in to comment.