Skip to content

Commit

Permalink
Bump numpy and pandas versions for Python 3.10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 21, 2023
1 parent 7e2e46d commit 501ab89
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 240 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "pypi"

[packages]
gotoh = {subdirectory = "micall/alignment", ref = "v7.7.0", git = "https://github.com/cfe-lab/MiCall.git"}
numpy = "==1.22.0"
numpy = "==1.25.1"
python-levenshtein = "==0.12.0"
pandas = "==1.0.5"
pandas = "==2.0.2"
requests = "==2.31.0"
pyyaml = "*"

Expand Down
Loading

0 comments on commit 501ab89

Please sign in to comment.