Skip to content

Commit

Permalink
Merge pull request #44 from gretelai/aw-upgrade-libs
Browse files Browse the repository at this point in the history
Upgrade Pandas and Numpy libraries to latest minor version and bug fix
  • Loading branch information
zredlined committed Aug 19, 2020
2 parents 56c065e + c4b9aac commit 6186e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tensorflow==2.1.0
tensorflow_privacy==0.2.2
sentencepiece==0.1.91
smart_open==2.0.0
pandas==1.0.3
numpy==1.18.3
pandas>=1.0.0
numpy>=1.18.0
tqdm<5.0
cloudpickle==1.5.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
'sentencepiece==0.1.91',
'smart_open==2.0.0',
'tqdm<5.0',
'pandas==1.0.3',
'numpy==1.18.3',
'pandas>=1.0.0',
'numpy>=1.18.0',
'dataclasses==0.7;python_version<"3.7"',
'cloudpickle==1.5.0',
],
Expand Down

0 comments on commit 6186e4c

Please sign in to comment.