File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ importlib-metadata >=4.0 ; python_version < '3.10'
99importlib-resources >= 5.7 ; python_version < '3.11'
1010numpy >= 1.0 ,< 3.0
1111polars ~= 1.0
12- psutil ~= 7.0
1312pyhmmer ~= 0.11.0
1413pyrodigal ~= 3.0
1514rich >= 12.4.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pkgdesc="Gene Cluster prediction with Conditional random fields."
99url="https://gecco.embl.de"
1010arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
1111license=("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')
1313makedepends=('python-setuptools' 'python-build' 'python-installer')
1414optdepends=('python-fisher: variable selection with Fisher exact test'
1515 'python-statsmodels: variable selection with Fisher exact test')
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments