Skip to content

Commit 0ddb3b0

Browse files
authored
yet another ci issue (#173)
fix yet another ci issue
1 parent 6300cbe commit 0ddb3b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
python -m pip install torch==2.3.1
28-
python -m pip install -e .[test]
28+
python -m pip install --default-timeout=100 -e .[test]
2929
- name: Test with pytest
3030
run: |
3131
python -m pytest --num-shards 5 --shard-id ${{ matrix.group }} tests/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"numpy",
4343
"polars>=1.1.0",
4444
"pdbeccdutils>=0.8.5",
45-
"pydantic>=2.7.2",
45+
"pydantic>=2.8.2",
4646
"pyyaml",
4747
"rdkit>=2023.9.6",
4848
"scikit-learn>=1.5.0",

0 commit comments

Comments
 (0)