Skip to content

Commit

Permalink
got nimporter working
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 29, 2024
1 parent 07de8ab commit 5f97fcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.env
logs/

# Nim related
nimcache/
nimblecache/
htmldocs/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies = [
"jaxtyping>=0.2.28",
"lightning>=2.2.5",
"multimolecule",
"nimporter",
"numpy>=1.23.5",
"polars>=1.1.0",
"pdbeccdutils>=0.8.5",
Expand Down

0 comments on commit 5f97fcb

Please sign in to comment.