Skip to content

Commit

Permalink
Merge branch 'add_package_extras_for_tn_cpu' into 'master'
Browse files Browse the repository at this point in the history
add package extras

See merge request deep-learning/tensornet!17
  • Loading branch information
gzm55 committed Sep 18, 2024
2 parents 9742fb8 + 9a5c14b commit d16ea64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.7'
]
dependencies = [
"tensorflow-cpu >=2.2,<2.3"
]

[project.optional-dependencies]
all = [ "tensorflow >=2.2,<2.3" ]
cpu = [ "tensorflow-cpu >=2.2,<2.3" ]

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit d16ea64

Please sign in to comment.