We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467957f commit 61b9a48Copy full SHA for 61b9a48
setup.py
@@ -8,14 +8,14 @@
8
9
setuptools.setup(
10
name="neurodiffeq",
11
- version="0.3.3",
+ version="0.3.4",
12
author="neurodiffgym",
13
author_email="shuheng_liu@g.harvard.edu",
14
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
url="https://github.com/NeuroDiffGym/neurodiffeq",
18
- download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.3.tar.gz",
+ download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.4.tar.gz",
19
keywords=[
20
"neural network",
21
"deep learning",
0 commit comments