Skip to content

Commit

Permalink
Merge pull request #761 from mbektas/upgrade-to-python-3.12
Browse files Browse the repository at this point in the history
bump Python version to 3.12
  • Loading branch information
mbektas authored Feb 6, 2024
2 parents 2fb7cd2 + 738ec63 commit 3c3dbac
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 240 deletions.
98 changes: 48 additions & 50 deletions env_installer/conda-linux-64.lock

Large diffs are not rendered by default.

98 changes: 48 additions & 50 deletions env_installer/conda-linux-aarch64.lock

Large diffs are not rendered by default.

92 changes: 45 additions & 47 deletions env_installer/conda-osx-64.lock

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions env_installer/conda-osx-arm64.lock

Large diffs are not rendered by default.

84 changes: 41 additions & 43 deletions env_installer/conda-win-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion env_installer/jlab_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- numpy
- pandas
- pip
- python 3.8*
- python 3.12*
- scipy
platforms:
- linux-64
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildutil.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if (cli.flags.copyExtrasToBundledEnv) {
fs.copySync(envExtrasDir, envInstallerDir, { recursive: true });

console.log(
`Finished copying from \n\t"${envExtrasDir}" to \n\t"${envInstallerDir}"`
`Finished copying env extras from \n\t"${envExtrasDir}" to \n\t"${envInstallerDir}"`
);

process.exit(0);
Expand Down

0 comments on commit 3c3dbac

Please sign in to comment.