Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jul 7, 2023
1 parent 63436e8 commit f504cb4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,31 @@ def get_version(rel_path):
name="keras-core",
description="Multi-backend Keras.",
long_description_content_type="text/markdown",
long_description=README,
version=VERSION,
url="https://github.com/keras-team/keras-core",
author="Keras team",
author_email="keras@google.com",
author_email="keras-users@googlegroups.com",
license="Apache License 2.0",
install_requires=[
"tensorflow",
"absl-py",
"numpy",
"packaging",
"rich",
"namex",
"h5py",
],
# Supported Python versions
python_requires=">=3.8",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit f504cb4

Please sign in to comment.