Skip to content

Commit

Permalink
debump python, seriously bump mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 30, 2023
1 parent 38fffd9 commit 2fb980c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployments/julia/image/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- nodejs==18.*
- nodejs==230.9.0
- pip==22.3.1
- python==3.11.*
- python==3.10.13
- 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=4.10.3-7
MAMBAFORGE_VERSION=22.3.1-1

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 2fb980c

Please sign in to comment.