Skip to content

Commit

Permalink
Merge pull request #357 from ericpre/python-box-exclude
Browse files Browse the repository at this point in the history
Exclude python-box 7.3.1
  • Loading branch information
jlaehne authored Jan 17, 2025
2 parents 688764d + 50fd7a1 commit 9d48d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- dask-core >=2021.3.1
- numpy >=1.20.0
- pint >=0.8
- python-box >=6.0
- python-box >=6.0,<8,!=7.3.1
- python-dateutil
- pyyaml
- scipy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"pint >=0.8",
# python-box API changed on major release
# and compatibility needs to be checked
"python-box >=6,<8",
"python-box >=6,<8,!=7.3.1",
"pyyaml",
]
dynamic = ["version"]
Expand Down
1 change: 1 addition & 0 deletions upcoming_changes/357.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Specfiy python-box!=7.3.1 from dependency requirement as a workaround for https://github.com/cdgriffith/Box/issues/288.

0 comments on commit 9d48d25

Please sign in to comment.