Skip to content

Commit

Permalink
Update numpy version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge94 authored Jun 27, 2024
1 parent fb718b4 commit 84175a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "genome_uploader"
version = "2.1.0"
version = "2.1.1"
readme = "README.md"
authors = [
{name = "MGnify team", email = "[email protected]"},
Expand All @@ -24,6 +24,7 @@ dependencies = [
"requests==2.26.0",
"pandas==1.4.1",
"python-dotenv==1.0.1"
"numpy==1.26.4"
]

[project.urls]
Expand Down

0 comments on commit 84175a7

Please sign in to comment.