Skip to content

Commit

Permalink
README dependency refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 8, 2023
1 parent 63a4922 commit 879fd01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ They can be accessed by clicking their respective colab badge below:

## [Dependencies](https://github.com/andreped/breast-cancer-stats/edit/main/README.md#dependencies)

The Notebooks were tested against Python 3.8 on macOS operating system. However, they should be
quite robust against different setups. The following dependencies were used, and are
installed directly through the notebooks:
The Notebooks were tested against Python 3.8 on macOS operating system. Continuous integration tests are also performed for all notebooks
on Ubuntu 20.04 operating system (see [here](https://github.com/andreped/breast-cancer-stats/actions)). They are also compatible with
Google CoLab and should be quite robust against other setups.

The following dependencies were used, and are installed directly through the notebooks:

* [pandas](https://pypi.org/project/pandas/)
* [plotly](https://pypi.org/project/plotly/)
Expand Down

0 comments on commit 879fd01

Please sign in to comment.