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.
1 parent 07de8ab commit 5f97fcbCopy full SHA for 5f97fcb
.gitignore
@@ -1,6 +1,11 @@
1
.env
2
logs/
3
4
+# Nim related
5
+nimcache/
6
+nimblecache/
7
+htmldocs/
8
+
9
# Byte-compiled / optimized / DLL files
10
__pycache__/
11
*.py[cod]
pyproject.toml
@@ -47,6 +47,7 @@ dependencies = [
47
"jaxtyping>=0.2.28",
48
"lightning>=2.2.5",
49
"multimolecule",
50
+ "nimporter",
51
"numpy>=1.23.5",
52
"polars>=1.1.0",
53
"pdbeccdutils>=0.8.5",
0 commit comments