Skip to content

Commit

Permalink
build: Add conda file for Jax backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ocanevet committed Sep 12, 2024
1 parent c7c9178 commit a4ef790
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions conda/rsclf-jax.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# SPDX-FileCopyrightText: Copyright © Idiap Research Institute <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-only

name: rsclf
dependencies:
- python=3.11
- pip
- pip:
- keras
- h5py
- scipy
- jax[cuda12]
- matplotlib
- numpy
- polars

0 comments on commit a4ef790

Please sign in to comment.