File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 22# To build the module reference correctly, make sure every external package
33# under `install_requires` in `setup.cfg` is also listed here!
44sphinx >= 3.2.1
5- # sphinx_rtd_theme
6- scipy
7- numpy >= 1.20
8- matplotlib
9- pandas >= 1.0.0
10- ipywidgets
11- plotly
12- lmfit
5+ sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ build-backend = "setuptools.build_meta"
55
66[tool .setuptools_scm ]
77# See configuration details in https://github.com/pypa/setuptools_scm
8- version_scheme = " no-guess-dev"
8+ version_scheme = " python-simplified-semver"
9+ local_scheme = " node-and-date"
Original file line number Diff line number Diff line change 1010
1111if __name__ == "__main__" :
1212 try :
13- setup (use_scm_version = { "version_scheme" : "no-guess-dev" } )
13+ setup ()
1414 except : # noqa
1515 print (
1616 "\n \n An error occurred while building the project, "
You can’t perform that action at this time.
0 commit comments