Skip to content

Commit

Permalink
update requirements as minimum, bump version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Mar 26, 2024
1 parent 23af8f3 commit 89bc225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1] - 2024-03-26
### Added
- Paderborn Model

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python 3.10 !
tqdm
pandas==2.0.3
torch==2.0.1
torchinfo==1.8.0
joblib==1.3.2
pandas>=2.0.3
torch>=2.0.1
torchinfo>=1.8.0
joblib>=1.3.2

0 comments on commit 89bc225

Please sign in to comment.