Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 20, 2023
1 parent 84f6b75 commit 78830db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -38,17 +38,20 @@ This makes changes to files immediately usable,
rather than having to reinstall the package after every change.

### Dependencies
Dependencies should be automatically install (at least using `pip`).
Dependencies should be automatically installed (at least using `pip`).
`stimupy`s required dependencies are:
- numpy
- scipy
- matplotlib
- Pillow
- pandas


## Importing
To use in your own code, import (from) the modules.
To use in your own code, `import` (from) the modules.
```python
from stimupy import components
from stimupy import noises
from stimupy import illusions
from stimupy import papers
from stimupy import utils
Expand Down
5 changes: 3 additions & 2 deletions docs/getting_started/installation.md
Expand Up @@ -55,9 +55,10 @@ rather than having to reinstall the package after every change.


## Dependencies
Dependencies should be automatically install (at least using `pip`).
Dependencies should be automatically installed (at least using `pip`).
`stimupy`s required dependencies are:
- numpy
- scipy
- matplotlib

- Pillow
- pandas
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -29,6 +29,7 @@ dependencies = [
"scipy",
"matplotlib",
"pandas",
"Pillow"
]

dynamic = ["version"]
Expand Down

0 comments on commit 78830db

Please sign in to comment.