Skip to content

Commit

Permalink
updated versions of biopython, numpy, and scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Oct 24, 2023
1 parent eabeff0 commit 5cd45ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion phykit/helpers/stats_summary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import statistics as stat
import sys

import numpy as np

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biopython>=1.76
numpy>=1.18.2
scipy>=1.4.1
cython
biopython>=1.81
numpy>=1.24.0
scipy>=1.11.3
cython
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
]

REQUIRES = [
"biopython>=1.79",
"numpy>=1.18.2",
"scipy>=1.4.1",
"biopython>=1.81",
"numpy>=1.24.0",
"scipy>=1.11.3",
"cython"
]

Expand Down

0 comments on commit 5cd45ac

Please sign in to comment.