Skip to content

Commit

Permalink
Start allowing new numpy versions >=1.21.5 (#708)
Browse files Browse the repository at this point in the history
This reflects the resolution of #627 as discussed in several other issues
and PRs:

- boostorg/python#376
- numpy/numpy#20507
- numpy/numpy#20616

Leaving this "bibliography" here because the fix in numpy PR 20616 is
considered temporary; thus someday we may have to revisit this to fix the
underlying bug in boost::python.

Co-authored-by: Billy Poon <bkpoon@lbl.gov>
  • Loading branch information
dwpaley and bkpoon committed Jan 5, 2022
1 parent 85de56a commit 8b442d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions xfel/conda_envs/psana_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ dependencies:
- mysql
- mysqlclient

# temporarily pin numpy version
# Avoid numpy 1.21.[01234]
# See https://github.com/cctbx/cctbx_project/issues/627
- numpy=1.20
- numpy=1.20|>=1.21.5
4 changes: 2 additions & 2 deletions xfel/conda_envs/psana_lcls_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ dependencies:
- mysql
- mysqlclient

# temporarily pin numpy version
# Avoid numpy 1.21.[01234]
# See https://github.com/cctbx/cctbx_project/issues/627
- numpy=1.20
- numpy=1.20|>=1.21.5

0 comments on commit 8b442d1

Please sign in to comment.