Skip to content

Commit

Permalink
Fix #3 - constrain numpy version < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganten-Hornby committed Nov 1, 2024
1 parent c199afa commit 361b5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
]
dynamic = ["version", "description"]
dependencies = [
"numpy",
"numpy < 2.0.0",
"pandas",
"scipy",
"scikit-learn",
Expand Down
2 changes: 1 addition & 1 deletion src/gsMap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Genetics-informed pathogenic spatial mapping
'''

__version__ = '1.71.1'
__version__ = '1.71.2'

0 comments on commit 361b5d6

Please sign in to comment.