Skip to content

Commit

Permalink
Can keras version
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Nov 23, 2022
1 parent 7230094 commit 61749d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optional-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clarifai-grpc
duecredit
face_recognition
keras
keras~=2.10
python-twitter
gensim
google-api-python-client
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read_requirements(req):
packages=find_packages(exclude=['pliers/tests']),
license='MIT',
package_data={'pliers': ['datasets/*'],
'pliers.tests': ['data/*/*']
'pliers.tests': ['data/*/*'],
},
zip_safe=False,
download_url='https://github.com/psychoinformaticslab/pliers/archive/%s.tar.gz' %
Expand Down

0 comments on commit 61749d5

Please sign in to comment.