Skip to content

Commit

Permalink
remove gast as dependency (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
zredlined committed Nov 19, 2020
1 parent cd9de8b commit f2c450d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ pandas>=1.1.0
numpy>=1.18.0
tqdm<5.0
loky==2.8.0
gast==0.4
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
'pandas>=1.1.0',
'numpy>=1.18.0',
'dataclasses==0.7;python_version<"3.7"',
'loky==2.8.0',
'gast==0.4',
'loky==2.8.0'
],
extras_require={
'tf': ['tensorflow==2.4.0rc1']
Expand Down

0 comments on commit f2c450d

Please sign in to comment.