Skip to content

Commit

Permalink
Merge pull request #18 from EBI-Metagenomics/bugfix/numpy_failure_on_…
Browse files Browse the repository at this point in the history
…tests

Fix tests and requirements because of new numpy version
  • Loading branch information
Ge94 authored Jun 27, 2024
2 parents e535489 + 20784d0 commit 538d07e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion genomeuploader/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.1.1'
5 changes: 3 additions & 2 deletions 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 @@ -23,7 +23,8 @@ classifiers = [
dependencies = [
"requests==2.26.0",
"pandas==1.4.1",
"python-dotenv==1.0.1"
"python-dotenv==1.0.1",
"numpy==1.24.4"
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ dependencies:
- python=3.10
- requests=2.26.0
- pandas=1.4.1
- numpy=1.24.4
- ena-webin-cli
- python-dotenv=1.0.1

0 comments on commit 538d07e

Please sign in to comment.