Skip to content

Commit 89bc225

Browse files
committed
update requirements as minimum, bump version to 0.0.1
1 parent 23af8f3 commit 89bc225

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.0.1] - 2024-03-26
911
### Added
1012
- Paderborn Model
1113

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python 3.10 !
22
tqdm
3-
pandas==2.0.3
4-
torch==2.0.1
5-
torchinfo==1.8.0
6-
joblib==1.3.2
3+
pandas>=2.0.3
4+
torch>=2.0.1
5+
torchinfo>=1.8.0
6+
joblib>=1.3.2
77

0 commit comments

Comments
 (0)