mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-29 17:35:14 +00:00
fix rdkit version
This commit is contained in:
parent
f4913c6f02
commit
bd2933d3a5
5 changed files with 16 additions and 16 deletions
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setuptools.setup(
|
|||
"langdetect",
|
||||
"pympler",
|
||||
"shortuuid",
|
||||
"rdkit"
|
||||
"rdkit==2024.3.2"
|
||||
],
|
||||
|
||||
package_data={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue