Skip to content

Commit

Permalink
Remove dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Jul 10, 2024
1 parent 2ab9ac5 commit 3baed3a
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 1,438 deletions.
2 changes: 0 additions & 2 deletions .envs/testenv-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ dependencies:
- pytest-cov # tests
- pytest-xdist # dev, tests
- statsmodels # dev, tests
- bokeh<=2.4.3 # run, tests
- click # run, tests
- cloudpickle # run, tests
- joblib # run, tests
- numpy<2.0 # run, tests
Expand Down
2 changes: 0 additions & 2 deletions .envs/testenv-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ dependencies:
- pytest-cov # tests
- pytest-xdist # dev, tests
- statsmodels # dev, tests
- bokeh<=2.4.3 # run, tests
- click # run, tests
- cloudpickle # run, tests
- joblib # run, tests
- numpy<2.0 # run, tests
Expand Down
2 changes: 0 additions & 2 deletions .envs/testenv-pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ dependencies:
- pytest-cov # tests
- pytest-xdist # dev, tests
- statsmodels # dev, tests
- bokeh<=2.4.3 # run, tests
- click # run, tests
- cloudpickle # run, tests
- joblib # run, tests
- numpy<2.0 # run, tests
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ dependencies:
- setuptools_scm # dev
- statsmodels # dev, tests
- toml # dev
- bokeh<=2.4.3 # run, tests
- click # run, tests
- cloudpickle # run, tests
- joblib # run, tests
- numpy<2.0 # run, tests
Expand Down
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ keywords =
[options]
packages = find:
install_requires =
bokeh<=2.4.3
click
cloudpickle
joblib
numpy>=1.17.0
Expand All @@ -54,10 +52,6 @@ zip_safe = False
[options.packages.find]
where = src

[options.entry_points]
console_scripts =
estimagic=estimagic.cli:cli

[check-manifest]
ignore =
src/estimagic/_version.py
93 changes: 0 additions & 93 deletions src/estimagic/cli.py

This file was deleted.

Empty file.
183 changes: 0 additions & 183 deletions src/estimagic/dashboard/callbacks.py

This file was deleted.

39 changes: 0 additions & 39 deletions src/estimagic/dashboard/colors.py

This file was deleted.

Loading

0 comments on commit 3baed3a

Please sign in to comment.