Skip to content

Commit

Permalink
removing rdkit pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 14, 2024
1 parent da58ea8 commit c0b3805
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# To prevent issues where Windows will re-use old/cached versions of RDKit
- name: Update rdkit version
run: |
micromamba install --force-reinstall rdkit=2024.03.4
micromamba install --force-reinstall rdkit
if: matrix.os == 'windows-latest'

- name: Install library
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies = [
# chemistry
"datamol >=0.10",
"hydra-core",
"rdkit==2024.03.4"
"rdkit"
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements/linux_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- pytorch_scatter >=2.0

# chemistry
- rdkit <=2024.03.4
- rdkit
- datamol >=0.10
- boost # needed by rdkit

Expand Down
2 changes: 1 addition & 1 deletion requirements/osx_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
- pytorch_scatter >=2.0

# chemistry
- rdkit <=2024.03.4
- rdkit
- datamol >=0.10
- boost # needed by rdkit

Expand Down
2 changes: 1 addition & 1 deletion requirements/windows_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pytorch-scatter >=2.0

# chemistry
- rdkit <=2024.03.4
- rdkit
- datamol >=0.10
- boost # needed by rdkit

Expand Down

0 comments on commit c0b3805

Please sign in to comment.