Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Oct 28, 2024
1 parent 0c88aa0 commit c9ea2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ classifiers = [
]
dependencies = [
"click~=8.1",
"elasticsearch~=7.17",
"elasticsearch-dsl~=7.3",
"elasticsearch~=8.15",
"elasticsearch-dsl~=8.15",
"favicon~=0.7.0",
"mastodon-py~=1.8",
"notebook~=7.1",
Expand All @@ -34,7 +34,7 @@ dependencies = [
"scipy~=1.12",
"seaborn~=0.13.2",
"tqdm~=4.66",
"urllib3~=1.26",
"urllib3~=2.2",
]
dynamic = ["version"]

Expand Down

0 comments on commit c9ea2c1

Please sign in to comment.