Skip to content

Commit

Permalink
Minor fix in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Feb 15, 2025
1 parent cd10c02 commit fafcdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install environment
shell: bash -l {0}
run: |
pip install numpy rdkit">=2021.9.2" antlr4-tools">=0.2.1" networkx">=2.6.3" pydot">=1.4.2" joblib">=1.2.0" pytest pytest-cov
pip install numpy rdkit">=2021.9.2" antlr4-tools">=0.2.1" antlr4-python3-runtime"==4.13.2" networkx">=2.6.3" pydot">=1.4.2" joblib">=1.2.0" pytest pytest-cov
- name: Run tests
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python = ">=3.9,<4.0"
numpy = "*"
rdkit = ">=2021.9.2"
antlr4-tools = ">=0.2.1"
antlr4-python3-runtime = "==4.13.2"
networkx = ">=2.6.3"
pydot = "^1.4.2"
joblib = "^1.2.0"
Expand Down

0 comments on commit fafcdda

Please sign in to comment.