Skip to content

Commit

Permalink
Bump scikit-learn, compile pycifrw
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 2, 2024
1 parent 1e9785c commit 786d33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
# so here we simply keep the pip behaviour with the --compile flag.
# See https://github.com/astral-sh/uv/issues/1928#issuecomment-1968857514
run: |
uv pip install --compile --system vapory
uv pip install --compile --system vapory pycifrw
uv pip install --system -e .[dev,smiles,optimade,eln] aiida-core==${{ matrix.aiida-core-version }}
- name: Run pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ eln =
aiidalab-eln>=0.1.2,~=0.1
smiles =
rdkit>=2021.09.2
scikit-learn~=1.0.0
scikit-learn~=1.1.0
docs =
sphinx~=7.3
sphinx-design~=0.5
Expand Down

0 comments on commit 786d33f

Please sign in to comment.