Skip to content

Commit

Permalink
✨ Add new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorzatagwinner committed Nov 15, 2023
1 parent 5235f32 commit 7d49419
Show file tree
Hide file tree
Showing 2 changed files with 3 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
- Added `TM1` source class.
- Added `TM1ToDF` task class.
- Added `set_prefect_kv` parameter to `BigQueryToADLS` with `False` as a default. If there is a need to create new pair in KV Store the parameter can be changed to `True`.
- Added libraries `nltk` and `sklearn` to `requirements`.

### Fixed

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ dbt-sqlserver==1.3.1
lumaCLI==0.0.19
Office365-REST-Python-Client==2.4.4
TM1py==1.11.3
nltk==3.8.1
scikit-learn==1.3.2

0 comments on commit 7d49419

Please sign in to comment.