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 b0ebe3f commit d0c5ab1Copy full SHA for d0c5ab1
setup.py
@@ -5,7 +5,7 @@ def readme():
5
return f.read()
6
7
setup(name='diffeqpy',
8
- version='2.1.0',
+ version='2.2.0',
9
description='Solving Differential Equations in Python',
10
long_description=readme(),
11
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@ def readme():
19
'Topic :: Scientific/Engineering :: Physics'
20
],
21
url='http://github.com/SciML/diffeqpy',
22
- keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde',
+ keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde oneapi AMD ROCm CUDA Metal GPU',
23
author='Chris Rackauckas and Takafumi Arakaki',
24
author_email='[email protected]',
25
license='MIT',
0 commit comments