Skip to content

Commit

Permalink
Merge pull request #82 from joefutrelle/pin_deps
Browse files Browse the repository at this point in the history
pinning all dependencies
  • Loading branch information
joefutrelle authored Apr 1, 2024
2 parents 75de1f6 + b536665 commit 3e35f52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
scipy
pandas
h5py
requests
Pillow
rectpack
scikit-image
pysmb
pyyaml
scipy==1.12.0
pandas==2.2.1
h5py==3.10.0
requests==2.31.0
Pillow==10.3.0
rectpack==0.2.2
scikit-image==0.22.0
pysmb==1.2.9.1
pyyaml==6.0.1

0 comments on commit 3e35f52

Please sign in to comment.