Skip to content

Commit dad0a15

Browse files
authored
Update keywords in setup.cfg (#3)
1 parent ad05f88 commit dad0a15

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

setup.cfg

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author_email = janos.gabler@gmail.com
99
license = MIT
1010
license_file = LICENSE
1111
classifiers =
12-
Development Status :: 4 - Beta
12+
Development Status :: 3 - Alpha
1313
Intended Audience :: Science/Research
1414
License :: OSI Approved :: MIT License
1515
Operating System :: MacOS :: MacOS X
@@ -19,25 +19,21 @@ classifiers =
1919
Programming Language :: Python :: 3 :: Only
2020
Topic :: Scientific/Engineering
2121
keywords =
22-
econometrics
23-
statistics
24-
estimation
25-
extremum estimation
2622
optimization
27-
inference
28-
numerical differentiation
29-
finite differences
30-
richardson extrapolation
23+
dfo
3124
derivative free optimization
32-
method of simulated moments
33-
maximum likelihood
25+
noisy optimization
26+
parallel optimization
27+
numerical optimization
3428

3529
[options]
3630
packages = find:
3731
install_requires =
32+
estimagic>=0.4.2
3833
numba
3934
numpy>=1.17.0
4035
pandas
36+
plotly
4137
scipy>=1.2.1
4238
python_requires = >=3.8
4339
include_package_data = True

0 commit comments

Comments
 (0)