Skip to content

Commit

Permalink
Force use of numpy < 2.0, to avoid possible compilation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jun 16, 2024
1 parent 1798f1c commit d33706e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ PyImfit can also be installed into a conda environment, via

$ conda install -c conda-forge perwin::pyimfit

**[Note that conda installation his is currently a bit experimental, but should be standard soon]**
**[Note that conda installation is currently a bit experimental, but should be standard soon]**


### Building the Whole Thing from Source
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pip requirements.txt file for PyImfit, including for testing
numpy
numpy<2.0
scipy
pytest
requests
Expand Down

0 comments on commit d33706e

Please sign in to comment.