Skip to content

Commit

Permalink
numpy version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinzjy committed Nov 8, 2023
1 parent a0adb13 commit bc6739a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numexpr==2.6.9
numpy==1.16.6
numpy==1.16.4
pysam==0.15.2
PyYAML==5.4
scikit-learn==0.20.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(infile):
include_package_data=True,
zip_safe=False,
install_requires=[
'argparse>=1.2.1', 'PyYAML==5.4', 'pysam==0.15.2', 'numpy==1.16.6',
'argparse>=1.2.1', 'PyYAML==5.4', 'pysam==0.15.2', 'numpy==1.16.4',
'scipy==1.2.2', 'scikit-learn==0.20.3', 'numexpr==2.6.9',
],
)

0 comments on commit bc6739a

Please sign in to comment.