Skip to content

Commit

Permalink
[BUG] Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Jan 27, 2022
1 parent 428158d commit f9e8e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=find_packages(exclude=('test', 'docs', 'examples')),
include_package_data=True,
install_requires=[
'pandas>=1.0.5',
'pandas~=1.3',
'Theano>=1.0.4',
'matplotlib',
'numpy',
Expand Down

0 comments on commit f9e8e06

Please sign in to comment.