Skip to content

Commit

Permalink
Remove joblib
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsMaas committed Nov 24, 2023
1 parent 996da4c commit 6ae032e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "pypi"
numpy = "*"
scipy = "*"
biopython = "*"
joblib = "*"
pysam = "*"
requests = "*"
urllib3 = ">=1.26.5"
Expand Down
11 changes: 1 addition & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion doc/iss/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ To install InSilicoSeq, type the following in your terminal:
It will install InSilicoSeq as well as the following dependencies:

* biopython
* joblib
* numpy
* pysam
* scipy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
license="MIT",
packages=find_packages(),
tests_require=["pytest"],
install_requires=["numpy", "scipy", "biopython>=1.79", "pysam>=0.15.1", "joblib", "requests"],
install_requires=["numpy", "scipy", "biopython>=1.79", "pysam>=0.15.1", "requests"],
include_package_data=True,
entry_points={
"console_scripts": ["iss = iss.app:main"],
Expand Down

0 comments on commit 6ae032e

Please sign in to comment.