Skip to content

Commit

Permalink
doc: Development dependencies
Browse files Browse the repository at this point in the history
Dependency version update to reflect the current state of the package
  • Loading branch information
lahovniktadej committed Aug 20, 2024
1 parent 4b8eb9c commit 488d593
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ If you are not so familiar with Git or/and GitHub, we suggest you take a look at
- Make sure all the code goes through Flake8 without problems (run ```make check``` command)
- Make sure PR builds goes through



## Setup development environment

### Requirements
Expand All @@ -38,25 +36,25 @@ If you are not so familiar with Git or/and GitHub, we suggest you take a look at

| Package | Version | Platform |
|------------|:---------:|:--------:|
| numpy | \>=1.26.1 | All |
| matplotlib | \>=3.8.0 | All |
| pandas | \>=2.1.1 | All |
| openpyxl | \>=3.1.2 | All |
| numpy | ^1.26.1 | All |
| pandas | ^2.1.1 | All |
| openpyxl | ^3.1.2 | All |
| matplotlib | ^3.8.0 | All |

**Test dependencies:**

| Package | Version | Platform |
|-----------------|:---------:|:--------:|
| pytest | \>=7.4.2 | Any |
| pytest-cov | \>=4.1.0 | Any |
| pytest-randomly | \>=3.15.0 | Any |
| Package | Version | Platform |
|-----------------|:----------------:|:--------:|
| pytest | >=7.4.2,<9.0.0 | Any |
| pytest-cov | ^4.1.0 | Any |
| pytest-randomly | ^3.15.0 | Any |

**Documentation dependencies (optional):**

| Package | Version | Platform |
|--------------------|:--------:|:--------:|
| sphinx | \>=7.2.6 | Any |
| sphinx-press-theme | \>=0.8.0 | Any |
| sphinx | ^7.2.6 | Any |
| sphinx-rtd-theme | ^1.3.0 | Any |

### Installation

Expand Down

0 comments on commit 488d593

Please sign in to comment.