File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4446Development 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
6668Documentation dependencies
You can’t perform that action at this time.
0 commit comments