Skip to content

Commit

Permalink
Merge pull request #25 from ISG-Siegen/test
Browse files Browse the repository at this point in the history
Adapt Testing to new package versions
  • Loading branch information
tobiasvente authored Sep 21, 2023
2 parents 32e8f93 + 3884b3c commit 9d49d72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ['3.8', '3.9']

steps:
Expand Down
1 change: 1 addition & 0 deletions docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
myst-parser==0.9.1
nbsphinx==0.8.9
numpy==1.21.6
Jinja2<3.1

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"smac~=1.4",
"matplotlib~=3.6",
"lenskit>=0.14.2",
"numpy==1.21.6",
"tables~=3.8",
"typing~=3.5"
]
Expand Down

0 comments on commit 9d49d72

Please sign in to comment.