Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby authored Oct 3, 2024
2 parents bf93f3e + b3e0a20 commit 5c0ad5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- fix typo in install dependency `distributed` ![\#20](https://github.com/mllam/mllam-data-prep/pull/20)
- 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)

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 5c0ad5e

Please sign in to comment.