Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 15, 2024
1 parent ed58a02 commit 4ff4767
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"] # PYTHON VERSION
python-version: ["3.11"] # PYTHON VERSION
os: [windows-latest]
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"] # PYTHON VERSION
python-version: ["3.11"] # PYTHON VERSION
os: [windows-latest]
timeout-minutes: 30
steps:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- 2024.10.15
- Python 3.11
- chipstream[CLI] 0.6.2
- dclab 0.62.1
- dcnum 0.25.3
- dcoraid 0.15.2
- h5py 3.12.1
- numpy 1.26.4
- scikit-image 0.24.0
- scipy 1.11.4
- torch 2.3.1
- torchvision 0.18.1
- 2024.08.04
- Python 3.10
- chipstream[CLI] 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion python_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10
3.11
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
chipstream[CLI]==0.6.1
dclab==0.60.9
dcnum==0.25.0
dcoraid==0.15.0
h5py==3.11.0
chipstream[CLI]==0.6.2
dclab==0.62.1
dcnum==0.25.3
dcoraid==0.15.2
h5py==3.12.1
numpy==1.26.4
scikit-image==0.23.1 # no-upgrade
scikit-image==0.24.0 # no-upgrade
scipy==1.11.4 # no-upgrade
torch==2.3.1 # no-upgrade
torchvision==0.18.1 # no-upgrade

0 comments on commit 4ff4767

Please sign in to comment.