Skip to content

Commit

Permalink
Merge pull request #833 from xylar/constrain-numpy
Browse files Browse the repository at this point in the history
Constrain numpy < 2.0
  • Loading branch information
xylar authored Jun 30, 2024
2 parents e2fd1f6 + 1291035 commit c15a927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compass/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.0-alpha.2'
__version__ = '1.4.0-alpha.3'
2 changes: 1 addition & 1 deletion conda/compass_env/spec-file.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ moab=*={{ mpi_prefix }}_tempest_*
mpas_tools=0.33.0
nco
netcdf4=*=nompi_*
numpy
numpy <2.0
{% if supports_otps %}
otps=2021.10
{% endif %}
Expand Down

0 comments on commit c15a927

Please sign in to comment.