Skip to content

Commit

Permalink
Pin NumPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
senarvi committed Jun 20, 2024
1 parent 9904fae commit d10bde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
setup(name='TheanoLM',
version=VERSION,
author='Seppo Enarvi',
author_email='seppo2019@marjaniemi.com',
author_email='duip0vcp@duck.com',
url='https://github.com/senarvi/theanolm',
download_url='https://github.com/senarvi/theanolm/tarball/v' + VERSION,
description='Toolkit for neural network language modeling using Theano',
Expand All @@ -52,5 +52,5 @@
packages=find_packages(exclude=['tests']),
package_data={'theanolm': ['architectures/*.arch']},
scripts=['bin/theanolm', 'bin/wctool'],
install_requires=['numpy', 'Theano', 'h5py'],
install_requires=['numpy<=1.19.5', 'Theano', 'h5py'],
test_suite='tests')

0 comments on commit d10bde0

Please sign in to comment.