Skip to content

Commit

Permalink
some more nim prep (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Sep 25, 2024
1 parent 6a24cad commit 14dfeb8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
nim-version: '2.0.8'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Nimpy
- name: Install Nim dependencies
run: |
nimble install nimpy
nimble install
- name: Install dependencies
run: |
python -m pip install uv
Expand Down
13 changes: 13 additions & 0 deletions alphafold3_pytorch.nimble
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Package

version = "0.0.1"
author = "Phil Wang"
description = "Alphafold3 Utils"
license = "MIT"

# Dependencies

requires "nim >= 2.0.8"
requires "nimpy >= 0.2.0"
requires "arraymancer"
requires "malebolgia"
1 change: 0 additions & 1 deletion install-nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

curl https://nim-lang.org/choosenim/init.sh -sSf | sh
choosenim 2.0.8
nimble install nimpy

0 comments on commit 14dfeb8

Please sign in to comment.