Skip to content

Commit

Permalink
Update keywords in setup.cfg (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg authored Apr 10, 2023
1 parent ad05f88 commit dad0a15
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Expand All @@ -19,25 +19,21 @@ classifiers =
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
keywords =
econometrics
statistics
estimation
extremum estimation
optimization
inference
numerical differentiation
finite differences
richardson extrapolation
dfo
derivative free optimization
method of simulated moments
maximum likelihood
noisy optimization
parallel optimization
numerical optimization

[options]
packages = find:
install_requires =
estimagic>=0.4.2
numba
numpy>=1.17.0
pandas
plotly
scipy>=1.2.1
python_requires = >=3.8
include_package_data = True
Expand Down

0 comments on commit dad0a15

Please sign in to comment.