Skip to content

Commit

Permalink
update test/requirements.txt and .readthedocs.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schopf <tim.schopf@t-online.de>
  • Loading branch information
TimSchopf committed Apr 28, 2024
1 parent 0d89443 commit 3db5831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
system_packages: true
path: .
extra_requirements:
- docs
- method: pip
path: another/package

build:
os: ubuntu-22.04
image: latest
tools:
python: "3.7"

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=7.0.1
keybert>=0.5.0
flair==0.11.3
scipy==1.10.1
scipy==1.7.3

0 comments on commit 3db5831

Please sign in to comment.