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.
python@3.13
1 parent f4abddd commit 60de5a6Copy full SHA for 60de5a6
Formula/r/rdkit.rb
@@ -5,7 +5,7 @@ class Rdkit < Formula
5
url "https://github.com/rdkit/rdkit/archive/refs/tags/Release_2024_09_3.tar.gz"
6
sha256 "5d6a44be526e26ae80bb225df4bb0344e52c502b7f874ee824cfb2dc01adafeb"
7
license "BSD-3-Clause"
8
- revision 1
+ revision 2
9
head "https://github.com/rdkit/rdkit.git", branch: "master"
10
11
livecheck do
@@ -40,10 +40,10 @@ class Rdkit < Formula
40
depends_on "maeparser"
41
depends_on "numpy"
42
depends_on "py3cairo"
43
- depends_on "python@3.12"
+ depends_on "python@3.13"
44
45
def python3
46
- "python3.12"
+ "python3.13"
47
end
48
49
def postgresqls
0 commit comments