Skip to content

Commit

Permalink
fix PyMieScatt dependency specification (git URL not accepted by PyPI) (
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Feb 4, 2025
1 parent 30c715b commit b7a5109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
},
Expand Down

0 comments on commit b7a5109

Please sign in to comment.