Skip to content

Commit

Permalink
Dependencies: Downgrade to kaggle==1.6.14
Browse files Browse the repository at this point in the history
The most likely cause of this is that there is no directory that matches
the name of your project (kaggle).

Most probably, this is coming from switching to Hatch?
  • Loading branch information
amotl committed Jul 24, 2024
1 parent 8c1acd4 commit e3bb590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## Unreleased
- `ctk load table`: Added support for MongoDB Change Streams
- Fix dependency with the `kaggle` package, downgrade to `kaggle==1.6.14`

## 2024/07/08 v0.0.15
- IO: Added the `if-exists` query parameter by updating to influxio 0.4.0.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ cloud = [
]
datasets = [
"datasets<3",
"kaggle<2",
"kaggle==1.6.14",
]
develop = [
"black[jupyter]<25",
Expand Down

0 comments on commit e3bb590

Please sign in to comment.