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 a7ff9bb commit 554a1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
packages=find_packages(),
install_requires=[
'gotoh @ git+https://github.com/cfe-lab/[email protected]#egg=gotoh&subdirectory=micall/alignment',
'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

0 comments on commit 554a1f7

Please sign in to comment.