Skip to content

Commit

Permalink
Merge pull request #1257 from pyiron/dill_patch-1
Browse files Browse the repository at this point in the history
Fix dill in dependencies
  • Loading branch information
jan-janssen authored Dec 19, 2023
2 parents e359d95 + 213772d commit 5cb4f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ channels:
- conda-forge
dependencies:
- nbsphinx
- dill
- gitpython
- h5io
- h5py
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 = ["dill", "gitpython", "h5io", "h5py", "jinja2", "numpy", "pandas", "pint", "psutil", "pyfileindex", "pysqa", "sqlalchemy", "tables", "tqdm", "traitlets", "setuptools", "versioneer[toml]==0.29"]
requires = ["cloudpickle", "gitpython", "h5io", "h5py", "jinja2", "numpy", "pandas", "pint", "psutil", "pyfileindex", "pysqa", "sqlalchemy", "tables", "tqdm", "traitlets", "setuptools", "versioneer[toml]==0.29"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 5cb4f96

Please sign in to comment.