Skip to content

Commit

Permalink
Merge branch 'master' into network-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jooste committed Dec 8, 2023
2 parents 16de03e + 3d767f4 commit fc955c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install numpy setuptools
- name: Build source package with setuptools
run: python setup.py sdist
- name: Store the source package
Expand Down
4 changes: 2 additions & 2 deletions setup-python.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip install PyQt6 numpy scipy matplotlib pyopengl-accelerate
pip install PyQt6 numpy scipy matplotlib
pip install pandas pyopengl
pip install msgpack zmq pygame pyqtwebengine
pause
pause

0 comments on commit fc955c4

Please sign in to comment.