Skip to content

Commit

Permalink
Merge pull request #813 from malgorzatagwinner/add_new_requirements
Browse files Browse the repository at this point in the history
✨ Add new requirements
  • Loading branch information
Rafalz13 authored Nov 15, 2023
2 parents 5235f32 + 7d49419 commit 8025068
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 8025068

Please sign in to comment.