Skip to content

Commit

Permalink
add missing dependency (#21)
Browse files Browse the repository at this point in the history
* add missing dependency

fixes #19

* Update CHANGELOG.md
  • Loading branch information
observingClouds authored Oct 3, 2024
1 parent e49b8fc commit b3e0a20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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).

## vX.X.X

### Changed

- add missing `psutil` requirement. [\#21](https://github.com/mllam/mllam-data-prep/pull/21).

## [v0.3.0](https://github.com/mllam/mllam-data-prep/releases/tag/v0.3.0)

[All changes](https://github.com/mllam/mllam-data-prep/compare/v0.3.0...v0.2.0)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"semver>=3.0.2",
"rich>=13.7.1",
"dask>=2024.2.1",
"psutil>=5.7.2",
]
requires-python = ">=3.9"
readme = "README.md"
Expand Down

0 comments on commit b3e0a20

Please sign in to comment.