Skip to content

Commit

Permalink
pin dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent c6a0572 commit be88dee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install delocate
python -m pip download --only-binary=:all: --platform macosx_10_09_x86_64 numpy
python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 numpy
python -m pip download --only-binary=:all: --platform macosx_10_09_x86_64 numpy==1.26.4
python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 numpy==1.26.4
mkdir tmp-wheel/
delocate-fuse numpy*arm* numpy*x86* -w tmp-wheel/
python -m pip download --only-binary=:all: --platform macosx_10_10_x86_64 Pillow
python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow
python -m pip download --only-binary=:all: --platform macosx_10_10_x86_64 Pillow==9.5.0
python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow==9.5.0
delocate-fuse pillow*arm* pillow*x86* -w tmp-wheel/
python -m pip install tmp-wheel/*.whl
python -m pip install --no-binary charset_normalizer --platform universal2 -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mock==3.0.5
bitarray-hardbyte==2.3.8
simpleaudio==1.0.4
wave==0.0.2
numpy
numpy==1.26.4
charset-normalizer<3.0.0
requests
pre-commit
requests==2.31.0
pre-commit==3.6.2

0 comments on commit be88dee

Please sign in to comment.