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 1273ec2 commit 46786b0Copy full SHA for 46786b0
setup.py
@@ -17,14 +17,14 @@ def func(m):
17
18
setuptools.setup(
19
name="neurodiffeq",
20
- version="0.3.4",
+ version="0.3.5",
21
author="neurodiffgym",
22
author_email="shuheng_liu@g.harvard.edu",
23
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
24
long_description=long_description,
25
long_description_content_type="text/markdown",
26
url="https://github.com/NeuroDiffGym/neurodiffeq",
27
- download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.4.tar.gz",
+ download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.5.tar.gz",
28
keywords=[
29
"neural network",
30
"deep learning",
0 commit comments