Skip to content

Commit

Permalink
update with pip badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao committed Jul 21, 2023
1 parent 4c327d8 commit eaca3f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
|Docs| |Build Status|
|Docs| |PyPI| |Build Status|

.. .. |PyPI| image:: https://img.shields.io/pypi/v/transp.svg
.. :target: https://pypi.org/project/transpa/
.. |PyPI| image:: https://badge.fury.io/py/transpa.svg
:target: https://pypi.org/project/transpa/
.. |Docs| image:: https://readthedocs.org/projects/transpa/badge/?version=latest
:target: https://transpa.readthedocs.io/en/latest/
.. |Build Status| image:: https://api.travis-ci.com/qiaochen/tranSpa.svg?branch=main
Expand Down
8 changes: 4 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Installation
============

.. TransImp is available through `PyPI <https://pypi.org/project/tranSpa/>`_.
.. To install, type the following command line and add ``-U`` for updates:
TransImp is available through `PyPI <https://pypi.org/project/transpa/>`_.
To install, type the following command line and add ``-U`` for updates:

.. .. code-block:: bash
.. code-block:: bash
.. pip install -U transpa
pip install -U transpa
Dependent packages can be installed seperatedly with `requirements.txt`:

Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
'pandas',
'matplotlib',
'tqdm',
'torchmetrics',
'anndata>=0.7.4',
'scanpy>=1.5.1',
'torch>=1.7',
'torch>=1.13.0',
'umap-learn>=0.5.3',
'torchvision>=0.14.0',
'torchaudio',
'scikit-learn',
'squidpy',
]
Expand Down

0 comments on commit eaca3f2

Please sign in to comment.