diff --git a/.binder/requirements.txt b/.binder/requirements.txt index 2441fa9b..6e36d892 100644 --- a/.binder/requirements.txt +++ b/.binder/requirements.txt @@ -1,9 +1,2 @@ -PyPartMC>=0.0.19 -matplotlib!=3.10.0 -ipywidgets -voila -open-atmos-jupyter-utils -numba>=0.61.0rc1; python_version >= '3.13' -PySDM +PyPartMC[examples] git+https://github.com/bsumlin/PyMieScatt.git -SciPy diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 63505ea7..9aed5682 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -206,6 +206,8 @@ jobs: SYSTEM_VERSION_COMPAT: 0 run: | for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[examples]; done; + ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt + python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt - run: | python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt diff --git a/setup.py b/setup.py index 49387d5f..06129dd3 100644 --- a/setup.py +++ b/setup.py @@ -160,7 +160,7 @@ def build_extension(self, ext): # pylint: disable=too-many-branches "voila", "open-atmos-jupyter-utils", "PySDM", - "PyMieScatt@git+https://github.com/bsumlin/PyMieScatt.git", + "PyMieScatt", "SciPy", ], },