Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirkby3 committed Apr 14, 2023
1 parent 2e515b7 commit 412f74f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='pymle-diffusion',
version='0.0.2',
version='0.0.4',
description='Maximum Likelihood Estimation (MLE) and simulation for SDE',
long_description='Maximum Likelihood Estimation (MLE) and simulation for '
'Stochastic Differential Equations (SDE)',
Expand All @@ -20,13 +20,11 @@
packages=find_packages(),
python_requires=">=3.7",
install_requires=[
'numba~=0.53.1',
'seaborn~=0.11.1',
'setuptools~=56.0.0',
'numpy~=1.20.2',
'scipy~=1.6.2',
'pandas~=1.2.3',
'matplotlib~=3.4.1'
'numba',
'setuptools',
'numpy',
'scipy',
'pandas',
],
include_package_data=True,
zip_safe=False)

0 comments on commit 412f74f

Please sign in to comment.