Skip to content

Commit

Permalink
remove mpi4py from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent c2ff257 commit 7f0ca0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "3.11"
- name: Install dependencies
run: python -m pip install --user --upgrade cloudpickle mpi4py pyzmq setuptools tqdm versioneer wheel
run: python -m pip install --user --upgrade cloudpickle pyzmq setuptools tqdm versioneer wheel
- name: Convert dependencies
run: |
cp .ci_support/environment-old.yml environment.yml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["cloudpickle", "mpi4py", "pyzmq", "setuptools", "tqdm", "versioneer[toml]==0.29"]
requires = ["cloudpickle", "pyzmq", "setuptools", "tqdm", "versioneer[toml]==0.29"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 7f0ca0c

Please sign in to comment.