Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lululxvi committed Jun 14, 2019
1 parent 4d2d637 commit 2ffba09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include LICENSE
include MANIFEST.in
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@
author_email="[email protected]",
url="https://github.com/lululxvi/deepxde",
download_url="https://github.com/lululxvi/deepxde/tarball/v0.1.0",
license="Apache 2.0",
install_requires=["matplotlib", "numpy", "salib", "scikit-learn", "scipy"],
license="Apache-2.0",
install_requires=[
"matplotlib",
"numpy",
"salib",
"scikit-learn",
"scipy",
"tensorflow",
],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand All @@ -44,4 +51,5 @@
"PDE solver",
],
packages=find_packages(),
include_package_data=True,
)

0 comments on commit 2ffba09

Please sign in to comment.