Skip to content

Commit 794dbb7

Browse files
Lucas CamilloLucas Camillo
Lucas Camillo
authored and
Lucas Camillo
committed
changed to pypi workflow
1 parent ea9fcd2 commit 794dbb7

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

Diff for: .github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
python -m pip install poetry
2323
poetry build
2424
25-
- name: Publish to Test PyPI
25+
- name: Publish to PyPI
2626
uses: pypa/[email protected]
2727
with:
28-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
29-
repository-url: https://test.pypi.org/legacy/
28+
password: ${{ secrets.PYPI_API_TOKEN }}

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![download](https://static.pepy.tech/badge/pyaging)](https://pepy.tech/project/pyaging)
1515
[![star](https://img.shields.io/github/stars/rsinghlab/pyaging?logo=GitHub&color=red)](https://github.com/rsinghlab/pyaging/stargazers)
1616

17-
## 🐍 **pyaging**: A Python-based compendium of GPU-optimized biological aging clocks
17+
## 🐍 **pyaging**: a Python-based compendium of GPU-optimized aging clocks
1818

1919
`pyaging` is a cutting-edge Python package designed for the longevity research community, offering a comprehensive suite of GPU-optimized biological aging clocks.
2020

@@ -31,6 +31,7 @@ With a growing number of aging clocks, comparing and analyzing them can be chall
3131
- [X] Include mammalian array example datasets
3232
- [X] Add feature to control logging verbosity
3333
- [ ] Publish to PyPi
34+
- [ ] Add percentage of missing features in anndata after age prediction for each clock
3435
- [ ] Add table in readthedocs with all clock metadata
3536
- [ ] Add and populate "Notes" tab in metadata
3637
- [ ] Integrate scAge and scRNAseq clocks (and datasets)

Diff for: docs/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.9
6+
- python>=3.9
77
- pip>=22.3
88
- pip:
99
- sphinx>=7.2.6

Diff for: poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "pyaging"
33
version = "0.0.15"
4-
description = "A Python-based compendium of GPU-optimized biological aging clocks."
4+
description = "A Python-based compendium of GPU-optimized aging clocks."
55
authors = ["Lucas Paulo de Lima Camillo <[email protected]>"]
66
license = "BSD"
77
readme = "README.md"
@@ -12,12 +12,12 @@ repository = "https://github.com/rsinghlab/pyaging"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
scikit-learn = "^1.3.2"
16-
pandas = "^2.1.3"
17-
torch = "^2.1.1"
18-
numpy = "^1.26.2"
15+
scikit-learn = "^1.3.0"
16+
pandas = "^2.0.0"
17+
torch = "^2.0.0"
18+
numpy = "^1.26.0"
1919
pyBigWig = "^0.3.22"
20-
anndata = "^0.10.3"
20+
anndata = "^0.10.0"
2121

2222
[tool.poetry.dev-dependencies]
2323
sphinx = "^7.1.2"

0 commit comments

Comments
 (0)