Skip to content

Commit

Permalink
back to numpy 1.x for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Jun 20, 2024
1 parent 6112c81 commit 82cfdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/artisan-win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ else:
hiddenimports_list=['charset_normalizer.md__mypyc', # part of requests 2.28.2 # see https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534
'matplotlib.backends.backend_pdf',
'matplotlib.backends.backend_svg',
'numpy.f2py',
# 'numpy.f2py',
'scipy.spatial.transform._rotation_groups',
'scipy.special.cython_special',
'scipy._lib.messagestream',
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ psutil==5.9.8
typing-extensions==4.10.0; python_version < '3.8' # required for supporting Final and TypeDict on Python <3.8
protobuf==5.27.1
numpy==1.24.3; python_version < '3.9' # last Python 3.8 release
numpy==2.0.0; python_version >= '3.9' # # was: 1.26.4
numpy==1.26.4; python_version >= '3.9' # # v2.0.0 fails on pylint to incl. numpy.f2py
scipy==1.10.1; python_version < '3.9' # last Python 3.8 release
scipy==1.13.1; python_version >= '3.9'
wquantiles==0.6
Expand Down

0 comments on commit 82cfdc0

Please sign in to comment.