Skip to content

Commit e62c9df

Browse files
authored
chore: update all dependencies (#76)
* chore: update all dependencies * Fix redirected links * Override the version constraints on pytest-split * Test using AMS 8.2 * Try with Python 3.13 * Use update anybodycon 8.2 beta9
1 parent 935aaf0 commit e62c9df

4 files changed

Lines changed: 3758 additions & 2783 deletions

File tree

Parameter_studies_and_optimization/lesson3/lesson3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
"````{admonition} Installing Python, Jupyter, and AnyPyTools\n",
121121
":class: tip dropdown\n",
122122
"\n",
123-
"The absolute easiest way to get the notebook running is with the [Pixi](https://pixi.sh/) package manager.\n",
123+
"The absolute easiest way to get the notebook running is with the [Pixi](https://pixi.prefix.dev/) package manager.\n",
124124
"\n",
125-
"Simply run the following command in a powershell terminal to install Pixi (or see [here for altinative installation methods](https://pixi.sh/latest/#__tabbed_1_2)):\n",
125+
"Simply run the following command in a powershell terminal to install Pixi (or see [here for altinative installation methods](https://pixi.prefix.dev/latest/installation/)):\n",
126126
"\n",
127127
"```powershell\n",
128128
"iwr -useb https://pixi.sh/install.ps1 | iex\n",

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ them locally to view the layout and see results before pushing changes to the
4343
server. It is often not necesssary when making small fixes to existing
4444
tutorials. But when writing major new sections it nice to view how things look.
4545

46-
The easiest way to install needed packages tools, is to have the [pixi package manger](https://pixi.sh) installed.
46+
The easiest way to install needed packages tools, is to have the [pixi package manger](https://pixi.prefix.dev/) installed.
4747

4848
Then run the following commands to install the necesssary packages.
4949

0 commit comments

Comments
 (0)