Skip to content

Commit

Permalink
Fix extra dependencies (#619)
Browse files Browse the repository at this point in the history
* Fix assets for pyabc visserver.

* Update R.

* Fix for logo path in abc-server-dash

* Preparing release notes for next patch release.

* Updating about.rst.

* Updating changelog.

* Create plotly versions of selected matplotlib visualizations (#610)

* Create ploty versions of selected matplotlib visualizations

* update r install instructions

* fix pandas float deprecation warnings

* fixarray ndim > 0 float extraction deprecationwarning

---------

Co-authored-by: Stephan Grein <stephan.grein@uni-bonn.de>

* add the functionality to evaluate the model using boundry values of p… (#355)

* add the functionality to evaluate the model using boundry values of parameter

* fix flake8 issues

* fix additional flake8 issues

* add test case

* flake8 fixes

* flake8 fixes

* flake8 fixes

* flake8 fixes

* flake8 fixes

* black fixes

* Update test_external.py

Use correct comparison operator.

---------

Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Co-authored-by: Stephan Grein <stephan@syntaktischer-zucker.de>
Co-authored-by: Stephan Grein <stephan.grein@uni-bonn.de>

* Fix extra dependencies.

---------

Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Co-authored-by: Emad Alamoudi <emad-24@hotmail.com>
Co-authored-by: Jonas Arruda <69197639+arrjon@users.noreply.github.com>
  • Loading branch information
4 people committed Nov 15, 2023
1 parent 4504ab0 commit a322de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages = find:

[options.extras_require]
webserver_flask =
flask_bootstrap >= 3.3.7.1
flask-bootstrap >= 3.3.7.1
flask >= 1.1.2
bokeh >= 3.0.1
webserver_dash =
Expand Down Expand Up @@ -115,13 +115,13 @@ doc =
nbsphinx >= 0.8.9
nbconvert >= 6.5.0
sphinx-rtd-theme >= 1.2.0
sphinx_autodoc_typehints >= 1.18.3
sphinx-autodoc-typehints >= 1.18.3
ipython >= 8.4.0
test =
pytest >= 5.4.3
pytest-cov >= 2.10.0
pytest-rerunfailures >= 9.1.1
test_petab =
test-petab =
petabtests >= 0.0.0a6

[options.entry_points]
Expand Down

0 comments on commit a322de3

Please sign in to comment.