Skip to content

Commit

Permalink
format dependencies according to pep508
Browse files Browse the repository at this point in the history
  • Loading branch information
ochkalova committed Sep 16, 2024
1 parent d0f0b34 commit 5e46b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"numpy==1.26.0",
"pandas==2.0.2",
"regex==2023.12.25",
"requests=2.32.3"
"requests==2.32.3"
]

[build-system]
Expand Down Expand Up @@ -71,7 +71,7 @@ tests = [
"pandas==2.0.2",
"numpy==1.26.0",
"regex==2023.12.25",
"requests=2.32.3"
"requests==2.32.3"
]

dev = [
Expand Down

0 comments on commit 5e46b99

Please sign in to comment.