Skip to content

Commit 9410b40

Browse files
committed
Remove unused psutil package from the dependencies
1 parent 04f9084 commit 9410b40

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ importlib-metadata >=4.0 ; python_version < '3.10'
99
importlib-resources >=5.7 ; python_version < '3.11'
1010
numpy >=1.0,<3.0
1111
polars ~=1.0
12-
psutil ~=7.0
1312
pyhmmer ~=0.11.0
1413
pyrodigal ~=3.0
1514
rich >=12.4.0

pkg/aur/PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgdesc="Gene Cluster prediction with Conditional random fields."
99
url="https://gecco.embl.de"
1010
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
1111
license=("GPL-3.0-only")
12-
depends=('python' 'python-crfsuite' 'python-sklearn-crfsuite' 'python-pyrodigal' 'python-pyhmmer' 'python-biopython' 'python-docopt' 'python-numpy' 'python-polars' 'python-psutil' 'python-rich' 'python-scipy' 'python-scikit-learn')
12+
depends=('python' 'python-crfsuite' 'python-sklearn-crfsuite' 'python-pyrodigal' 'python-pyhmmer' 'python-biopython' 'python-docopt' 'python-numpy' 'python-polars' 'python-rich' 'python-scipy' 'python-scikit-learn')
1313
makedepends=('python-setuptools' 'python-build' 'python-installer')
1414
optdepends=('python-fisher: variable selection with Fisher exact test'
1515
'python-statsmodels: variable selection with Fisher exact test')

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies = [
3434
"importlib-resources >=5.7 ; python_version < '3.11'",
3535
"numpy >=1.0,<3.0",
3636
"polars ~=1.0",
37-
"psutil ~=7.0",
3837
"pyhmmer ~=0.11.0",
3938
"pyrodigal ~=3.0",
4039
"rich >=12.4.0",

0 commit comments

Comments
 (0)