Skip to content

Commit

Permalink
Dependencies: Upgrade NumPy to 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Aug 11, 2023
1 parent 244e11f commit 15167d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ACKNOWLEDGMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As Wordless stands on the shoulders of giants, I hereby extend my sincere gratit
7 |[Matplotlib](https://matplotlib.org/) |3.7.1 |Matplotlib Development Team|[Matplotlib](https://matplotlib.org/stable/users/project/license.html)
8 |[NetworkX](https://networkx.org/) |3.1 |NetworkX Developers, Aric Hagberg, Dan Schult,<br>Pieter Swart|[BSD-3-Clause](https://github.com/networkx/networkx/blob/main/LICENSE.txt)
9 |[NLTK](https://www.nltk.org/) |3.8.1 |Steven Bird, Edward Loper, Ewan Klein|[Apache-2.0](https://github.com/nltk/nltk/blob/develop/LICENSE.txt)
10|[NumPy](https://www.numpy.org/) |1.24.2|NumPy Developers|[BSD-3-Clause](https://github.com/numpy/numpy/blob/main/LICENSE.txt)
10|[NumPy](https://www.numpy.org/) |1.25.2|NumPy Developers|[BSD-3-Clause](https://github.com/numpy/numpy/blob/main/LICENSE.txt)
11|[opencc-python](https://github.com/yichen0831/opencc-python) |0.1.7 |Carbo Kuo (郭家宝), Yicheng Huang|[Apache-2.0](https://github.com/yichen0831/opencc-python/blob/master/LICENSE.txt)
12|[openpyxl](https://foss.heptapod.net/openpyxl/openpyxl) |3.1.2 |Eric Gazoni, Charlie Clark|[MIT](https://foss.heptapod.net/openpyxl/openpyxl/-/blob/branch/3.1/LICENCE.rst)
13|[PyInstaller](http://www.pyinstaller.org/) |5.9.0 |Hartmut Goebel, Jasper Harrison, Bryan A. Jones,<br>Brénainn Woodsend, Rok Mandeljc|[Bootloader-exception](https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt)
Expand Down
2 changes: 1 addition & 1 deletion ACKNOWLEDGMENTS_zho_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
7 |[Matplotlib](https://matplotlib.org/) |3.7.1 |Matplotlib 开发团队|[Matplotlib](https://matplotlib.org/stable/users/project/license.html)
8 |[NetworkX](https://networkx.org/) |3.1 |NetworkX 开发人员, Aric Hagberg, Dan Schult,<br>Pieter Swart|[BSD-3-Clause](https://github.com/networkx/networkx/blob/main/LICENSE.txt)
9 |[NLTK](https://www.nltk.org/) |3.8.1 |Steven Bird, Edward Loper, Ewan Klein|[Apache-2.0](https://github.com/nltk/nltk/blob/develop/LICENSE.txt)
10|[NumPy](https://www.numpy.org/) |1.24.2|NumPy 开发人员|[BSD-3-Clause](https://github.com/numpy/numpy/blob/main/LICENSE.txt)
10|[NumPy](https://www.numpy.org/) |1.25.2|NumPy 开发人员|[BSD-3-Clause](https://github.com/numpy/numpy/blob/main/LICENSE.txt)
11|[opencc-python](https://github.com/yichen0831/opencc-python) |0.1.7 |郭家宝, Yicheng Huang|[Apache-2.0](https://github.com/yichen0831/opencc-python/blob/master/LICENSE.txt)
12|[openpyxl](https://foss.heptapod.net/openpyxl/openpyxl) |3.1.2 |Eric Gazoni, Charlie Clark|[MIT](https://foss.heptapod.net/openpyxl/openpyxl/-/blob/branch/3.1/LICENCE.rst)
13|[PyInstaller](http://www.pyinstaller.org/) |5.9.0 |Hartmut Goebel, Jasper Harrison, Bryan A. Jones,<br>Brénainn Woodsend, Rok Mandeljc|[Bootloader-exception](https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt)
Expand Down
2 changes: 1 addition & 1 deletion ACKNOWLEDGMENTS_zho_tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
7 |[Matplotlib](https://matplotlib.org/) |3.7.1 |Matplotlib 開發團隊|[Matplotlib](https://matplotlib.org/stable/users/project/license.html)
8 |[NetworkX](https://networkx.org/) |3.1 |NetworkX 開發人員, Aric Hagberg, Dan Schult,<br>Pieter Swart|[BSD-3-Clause](https://github.com/networkx/networkx/blob/main/LICENSE.txt)
9 |[NLTK](https://www.nltk.org/) |3.8.1 |Steven Bird, Edward Loper, Ewan Klein|[Apache-2.0](https://github.com/nltk/nltk/blob/develop/LICENSE.txt)
10|[NumPy](https://www.numpy.org/) |1.24.2|NumPy 開發人員|[BSD-3-Clause](https://github.com/numpy/numpy/blob/main/LICENSE.txt)
10|[NumPy](https://www.numpy.org/) |1.25.2|NumPy 開發人員|[BSD-3-Clause](https://github.com/numpy/numpy/blob/main/LICENSE.txt)
11|[opencc-python](https://github.com/yichen0831/opencc-python) |0.1.7 |郭家寶, Yicheng Huang|[Apache-2.0](https://github.com/yichen0831/opencc-python/blob/master/LICENSE.txt)
12|[openpyxl](https://foss.heptapod.net/openpyxl/openpyxl) |3.1.2 |Eric Gazoni, Charlie Clark|[MIT](https://foss.heptapod.net/openpyxl/openpyxl/-/blob/branch/3.1/LICENCE.rst)
13|[PyInstaller](http://www.pyinstaller.org/) |5.9.0 |Hartmut Goebel, Jasper Harrison, Bryan A. Jones,<br>Brénainn Woodsend, Rok Mandeljc|[Bootloader-exception](https://github.com/pyinstaller/pyinstaller/blob/develop/COPYING.txt)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- Dependencies: Upgrade Botok to 0.8.12
- Dependencies: Upgrade Charset Normalizer to 3.2.0
- Dependencies: Upgrade NetworkX to 3.1
- Dependencies: Upgrade NumPy to 1.25.2
- Dependencies: Upgrade PyThaiNLP to 4.0.2
- Dependencies: Upgrade Requests to 2.31.0
- Dependencies: Upgrade spaCy to 3.6.1
Expand Down

0 comments on commit 15167d9

Please sign in to comment.