Skip to content

Commit

Permalink
julia now builds...
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed May 7, 2024
1 parent b552d41 commit a92388b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/julia/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies:
- jupyter-server-proxy==4.1.2
- nodejs==20.8.1
- pip==22.3.1
- python==3.10.13
- python==3.11.*
- requests==2.31.0

- syncthing==1.18.6
Expand Down
2 changes: 1 addition & 1 deletion deployments/julia/image/install-mambaforge.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

cd $(dirname $0)
MAMBAFORGE_VERSION='23.3.1-1'
MAMBAFORGE_VERSION='24.3.0-0'

URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Mambaforge-${MAMBAFORGE_VERSION}-Linux-x86_64.sh"
INSTALLER_PATH=/tmp/mambaforge-installer.sh
Expand Down

0 comments on commit a92388b

Please sign in to comment.