Skip to content

Commit 81b182c

Browse files
authored
Merge pull request #173 from srobo/add-scientific-libraries-to-competition-simulator
Document newly supported libraries in competition simulator
2 parents 165ca7d + 1671ad0 commit 81b182c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

programming/python/libraries.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ yourself.
1515

1616
<!-- updating this list? Also update https://github.com/srobo/competition-simulator/blob/master/libraries.txt -->
1717

18-
* [matplotlib 3.2.2](https://pypi.org/project/matplotlib/3.2.2/)
18+
* [matplotlib 3.3.3](https://pypi.org/project/matplotlib/3.3.3/)
19+
* [numpy 1.19.3](https://pypi.org/project/numpy/1.9.3/)
20+
* [pandas 1.1.4](https://pypi.org/project/pandas/1.1.4/)
21+
* [scikit-learn 0.23.2](https://pypi.org/project/scikit-learn/0.23.2/)
22+
* [scipy 1.5.4](https://pypi.org/project/scipy/1.5.4/)
1923

2024
If there are other libraries you would like included, please let us know
2125
[via the forums](/forum) and include a link to the package on [PyPI](https://pypi.org/).

0 commit comments

Comments
 (0)