We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6300cbe commit 0ddb3b0Copy full SHA for 0ddb3b0
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
python -m pip install torch==2.3.1
28
- python -m pip install -e .[test]
+ python -m pip install --default-timeout=100 -e .[test]
29
- name: Test with pytest
30
31
python -m pytest --num-shards 5 --shard-id ${{ matrix.group }} tests/
pyproject.toml
@@ -42,7 +42,7 @@ dependencies = [
42
"numpy",
43
"polars>=1.1.0",
44
"pdbeccdutils>=0.8.5",
45
- "pydantic>=2.7.2",
+ "pydantic>=2.8.2",
46
"pyyaml",
47
"rdkit>=2023.9.6",
48
"scikit-learn>=1.5.0",
0 commit comments