Skip to content

Commit

Permalink
Update the requirements.txt to install a newer version of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Mar 28, 2024
1 parent 2f9b570 commit d1cbf95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
numpy >= 1.20.0
scipy >= 1.6.0
numpy >= 1.25.0
scipy >= 1.10.0
pandas >= 1.0.0
openpyxl >= 3.0.0
rapidfuzz >=3.0.0
scikit-learn >= 1.0.0
openpyxl >= 3.1.0
rapidfuzz >=3.6.0
scikit-learn >= 1.3.0

mappy >= 2.24
pysam >= 0.19.0
pysam >= 0.21.0

Flask >= 2.2.0
waitress >= 2.1.0
Jinja2 >= 3.1.0

plotly >= 5.0.0
plotly >= 5.19.0
kaleido >= 0.2.0

cstag >= 1.0.0
midsv >= 0.10.1
wslPath >=0.3.0
midsv >= 0.11.0
wslPath >=0.4.1

0 comments on commit d1cbf95

Please sign in to comment.