Skip to content

Commit

Permalink
version 2024.10.23
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 23, 2024
1 parent 2309dae commit fe5c913
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python-version: ["3.11"] # PYTHON VERSION
os: [windows-latest]
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Set env
shell: bash
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.23
- Python 3.11
- chipstream[CLI] 0.6.3
- dclab 0.62.6
- 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.10.15
- Python 3.11
- chipstream[CLI] 0.6.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chipstream[CLI]==0.6.2
dclab==0.62.1
chipstream[CLI]==0.6.3
dclab==0.62.6
dcnum==0.25.3
dcoraid==0.15.2
h5py==3.12.1
Expand Down

0 comments on commit fe5c913

Please sign in to comment.