Skip to content

Commit

Permalink
chore: Use Lean 4.16
Browse files Browse the repository at this point in the history
We need Float32.
  • Loading branch information
seanmcl committed Feb 27, 2025
1 parent b9ee965 commit e1a1f2f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- uses: leanprover/lean-action@v1

# - name: Run tests
# run: lake exe tensorlib test
- name: Run tests
run: lake exe tensorlib test
16 changes: 8 additions & 8 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "0c8ea32a15a4f74143e4e1e107ba2c412adb90fd",
"rev": "efa5aa20504b88e2826032ddaa606c7965ec9467",
"name": "Cli",
"manifestFile": "lake-manifest.json",
"inputRev": "v2.2.0-lv4.14.0-rc1",
"inputRev": "v4.16.0",
"inherited": false,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/plausible",
"type": "git",
"subDir": null,
"scope": "",
"rev": "2c57364ef83406ea86d0f78ce3e342079a2fece5",
"rev": "e104724db91693a3a088c5fdd76cff4fac331739",
"name": "plausible",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.15.0",
"inputRev": "v4.16.0",
"inherited": false,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"scope": "",
"rev": "2689851f387bb2cef351e6825fe94a56a304ca13",
"rev": "44dab9f36aa73d5f789629b55528c5a1501877a6",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.15.0",
"inputRev": "v4.16.0",
"inherited": false,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/batteries",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
"rev": "01006c9e86bf9e397c026fef4190478dd1fd897e",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.15.0",
"inputRev": "v4.16.0",
"inherited": true,
"configFile": "lakefile.toml"}],
"name": "TensorLib",
Expand Down
6 changes: 3 additions & 3 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ lean_exe "tensorlib" where
root := `Main

require aesop from git
"https://github.com/leanprover-community/aesop" @ "v4.15.0"
"https://github.com/leanprover-community/aesop" @ "v4.16.0"

require plausible from git
"https://github.com/leanprover-community/plausible" @ "v4.15.0"
"https://github.com/leanprover-community/plausible" @ "v4.16.0"

require Cli from git
"https://github.com/leanprover/lean4-cli.git" @ "v2.2.0-lv4.14.0-rc1"
"https://github.com/leanprover/lean4-cli.git" @ "v4.16.0"
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.15.0
leanprover/lean4:v4.16.0

0 comments on commit e1a1f2f

Please sign in to comment.