We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 802c66a + 4010a74 commit 4e19f63Copy full SHA for 4e19f63
CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Fixed
11
- CITATION.cff file and updated Zenodo URL in README.
12
13
+### Security
14
+- Update PyTorch and Torchvision versions. [#6](https://github.com/paleopollen/pollen-detection-cli/security/dependabot/6)
15
+
16
## [1.1.0] - 2025-04-08
17
18
### Added
requirements.txt
@@ -1,7 +1,7 @@
1
matplotlib==3.7.2
2
numpy==1.25.2
3
pandas==2.0.3
4
-torch==2.2.0
5
-torchvision==0.17.0
+torch==2.6.0
+torchvision==0.21.0
6
scikit-image==0.21.0
7
natsort~=8.4.0
0 commit comments