Skip to content

Commit

Permalink
Temporary fix in psana envs for issue #627
Browse files Browse the repository at this point in the history
Also unpin wxpython, no longer needed after 79108f4
  • Loading branch information
dwpaley committed Jun 25, 2021
1 parent 95018ab commit 89fa300
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xfel/conda_envs/psana_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
# graphics
- pillow
- reportlab
- wxpython=4.0.*
- wxpython
- pyopengl

# HDF5 (main libraries come with psana)
Expand Down Expand Up @@ -67,3 +67,7 @@ dependencies:
# xfel gui
- mysql
- mysql-connector-python

# temporarily pin numpy version
# See https://github.com/cctbx/cctbx_project/issues/627
- numpy=1.20
4 changes: 4 additions & 0 deletions xfel/conda_envs/psana_lcls_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ dependencies:
# xfel gui
- mysql
- mysql-connector-python

# temporarily pin numpy version
# See https://github.com/cctbx/cctbx_project/issues/627
- numpy=1.20

0 comments on commit 89fa300

Please sign in to comment.