Skip to content

Commit ae19b3d

Browse files
authored
Merge pull request #122 from lahovniktadej/main
Dependency version
2 parents 7013a5e + d4a42dd commit ae19b3d

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,25 @@ All the project's dependencies should be installed and the project ready for fur
3535

3636
| Package | Version | Platform |
3737
|---------|:-------:|:--------:|
38-
| niapy | ^2.0.1 | All |
39-
| pandas | ^1.3.5 | All |
40-
| numpy | ^1.21.5 | All |
38+
| niapy | ^2.0.5 | All |
39+
| numpy | ^1.26.1 | All |
40+
| pandas | ^2.1.1 | All |
41+
| nltk | ^3.8.1 | All |
42+
| tomli | ^2.0.1 | All |
4143

4244
#### Development dependencies
4345

44-
| Package | Version | Platform |
45-
|---------|:-------:|:--------:|
46-
| pytest | ^7.0.1 | Any |
46+
| Package | Version | Platform |
47+
|------------------|:-------:|:--------:|
48+
| pytest | ^7.4.2 | Any |
49+
| pytest-cov | ^4.1.0 | Any |
50+
| pytest.randomly | ^3.15.0 | Any |
4751

4852
#### Extras
4953

5054
| Package | Version | Platform |
5155
|----------------------|:-------:|:--------:|
52-
| sphinx | ^4.4.0 | Any |
56+
| sphinx | ^7.2.6 | Any |
5357
| sphinx-rtd-theme | ^1.0.0 | Any |
5458
| sphinxcontrib-bibtex | ^2.4.1 | Any |
5559

docs/installation.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ Dependencies
3434
+================+==============+============+
3535
| niapy | ^2.0.5 | All |
3636
+----------------+--------------+------------+
37-
| pandas | ^2.1.1 | All |
38-
+----------------+--------------+------------+
3937
| numpy | ^1.26.1 | All |
4038
+----------------+--------------+------------+
39+
| pandas | ^2.1.1 | All |
40+
+----------------+--------------+------------+
4141
| nltk | ^3.8.1 | All |
4242
+----------------+--------------+------------+
43+
| tomli | ^2.0.1 | All |
44+
+----------------+--------------+------------+
4345

4446
Development Dependencies
4547
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -58,9 +60,9 @@ Test Dependencies
5860
+====================+===========+============+
5961
| pytest | ^7.4.2 | Any |
6062
+--------------------+-----------+------------+
61-
| pytest-cov | ^7.4.2 | Any |
63+
| pytest-cov | ^4.1.0 | Any |
6264
+--------------------+-----------+------------+
63-
| pytest-randomly | ^7.4.2 | Any |
65+
| pytest-randomly | ^3.15.0 | Any |
6466
+--------------------+-----------+------------+
6567

6668
Documentation dependencies

0 commit comments

Comments
 (0)