Skip to content

Commit

Permalink
Merge pull request #32 from XXII-AI/bugfix/add_requests_dependency
Browse files Browse the repository at this point in the history
Bugfix/add requests dependency
  • Loading branch information
NacerKaciXXII authored Sep 25, 2024
2 parents 12ffc98 + d689077 commit 0fe2ca4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Add requests dependency to the non-extra package because it is imported by
`schema_utils_functions.py` but is only installed with the extra fiftyone #22

## [1.0.0] - 2024-09-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ print(dataset2)

See some notebooks in folder `docs/notebooks`

Alternatively, See <https://lours.readthedocs.io/stable/tutorials>
Alternatively, See <https://lours.readthedocs.io/stable/tutorials.html>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pytest-regressions = "^2.5.0"
# See https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-abi-handling
numpy = "^1"
scipy= ">=1, <1.14"

requests= "^2"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
Expand Down

0 comments on commit 0fe2ca4

Please sign in to comment.