Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Fix compatibility issues with Keras 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberZHG committed Aug 22, 2019
1 parent 67d6c59 commit 4d9b34f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: Ask questions about the repo
title: ''
labels: question
assignees: ''

---


1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist: xenial
language: python
python:
- 2.7
- 3.6
env:
- KERAS_BACKEND=tensorflow
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy
Keras
keras-pos-embd>=0.10.0
keras-multi-head>=0.20.0
keras-multi-head>=0.22.0
keras-layer-normalization>=0.12.0
keras-position-wise-feed-forward>=0.5.0
keras-embed-sim>=0.7.0
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@

setup(
name='keras-transformer',
version='0.29.0',
version='0.30.0',
packages=find_packages(),
url='https://github.com/CyberZHG/keras-transformer',
license='MIT',
author='CyberZHG',
author_email='CyberZHG@gmail.com',
author_email='CyberZHG@users.noreply.github.com',
description='Transformer implemented in Keras',
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=install_requires,
classifiers=(
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
Expand Down

0 comments on commit 4d9b34f

Please sign in to comment.