Skip to content

Commit

Permalink
Pin setuptools to avoid deprecation of distutils.msvccompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Oct 10, 2024
1 parent 1f36106 commit 48af603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Then, run the following command in your terminal:

Update `pip`, `setuptools` and `wheel` to avoid issues with these:

pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools==73.0.1 wheel

Now, install numpy (check `requirements.txt` for the exact version):

Expand Down

0 comments on commit 48af603

Please sign in to comment.