Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkaura committed Sep 9, 2023
1 parent 7ec87e9 commit 416da11
Show file tree
Hide file tree
Showing 3 changed files with 890 additions and 23 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://pypi.org/project/dna-analyser-ibp/">
<img src="https://img.shields.io/badge/Version 3.5.0-green?style=for-the-badge" alt='package_version'/>
</a>
<img src="https://img.shields.io/badge/Python 3.6+-00599C?style=for-the-badge&logo=python&logoColor=white" alt='python_version'/>
<img src="https://img.shields.io/badge/Python 3.10+-00599C?style=for-the-badge&logo=python&logoColor=white" alt='python_version'/>
<img src="https://img.shields.io/badge/jupyter-gray?style=for-the-badge&logo=jupyter" alt='jupyter'/>
<a href="https://choosealicense.com/licenses/gpl-3.0/">
<img src="https://img.shields.io/badge/gnu-white?style=for-the-badge&logo=gnu&logoColor=black" alt='licence'/>
Expand All @@ -20,7 +20,7 @@ to the local instance of the server.

## Prerequisites

python >= 3.6
python >= 3.10

## Installing

Expand Down Expand Up @@ -148,18 +148,18 @@ API.p53.run_multiple(

## Dependencies

* tenacity >= 6.1.0
* requests >= 2.20
* requests-toolbelt >= 0.9.1
* pyjwt >= 1.7.1
* pandas >= 0.23
* matplotlib >= 3.0.3
* tqdm >= 4.28
* requests = "2.31.0"
* pandas = "2.0.0"
* tqdm = "4.66.0"
* pyjwt = "2.8.0"
* matplotlib = "3.7.2"
* requests-toolbelt = "1.0.0"
* tenacity = "8.2.3"

## DEV dependencies

* pytest = "^6.0.2"
* black = "^20.0"
* pytest = "7.4.2"


## Tests

Expand All @@ -172,8 +172,6 @@ pytest -v tests/
## Authors

* **Patrik Kaura** - *Main developer* - [patrikkaura](https://github.com/patrikkaura)
* **Jan Kolomaznik** - *Supervisor* - [jankolomaznik](https://github.com/Kolomaznik)
* **Jiří Šťastný** - *Supervisor*

## License

Expand Down
Loading

0 comments on commit 416da11

Please sign in to comment.