Skip to content

Commit

Permalink
increase min versions of setuptools_scm and scipy to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jul 1, 2024
1 parent 80a7aae commit 647d737
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## [1.0.1] - 2024-07-01

### Changed
- Updated minimum dependency versions: setuptools_scm>=8.0
- Updated minimum dependency versions: setuptools_scm>=8.1, scipy>=1.8
- pyuvdata utils imports to ensure compatibility with version 3.0.
- `numpy.string_` calls to `numpy.bytes_`, `np.in1d` to `np.isin` and a few other
changes for numpy 2.0 compatibility.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Required:
* astropy>=6.0
* h5py>=3.4
* numpy>=1.23
* scipy>=1.7.3
* scipy>=1.8
* pyuvdata>=2.4.3
* setuptools_scm>=8.0
* setuptools_scm>=8.1

Optional:

Expand Down
4 changes: 2 additions & 2 deletions ci/full_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pip
- pytest-cov
- pyuvdata>=2.4.3
- scipy>=1.7.3
- setuptools_scm>=8.0
- scipy>=1.8
- setuptools_scm>=8.1
- pip:
- lunarsky>=0.2.2
4 changes: 2 additions & 2 deletions ci/min_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- pytest
- pytest-cov
- pyuvdata>=2.4.3
- scipy>=1.7.3
- setuptools_scm>=8.0
- scipy>=1.8
- setuptools_scm>=8.1
- pip
4 changes: 2 additions & 2 deletions ci/min_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- astroquery==0.4.4
- h5py==3.4.0
- numpy==1.23
- scipy==1.7.3
- scipy==1.8.*
- coverage
- pytest-cov
- setuptools_scm==8.0.*
- setuptools_scm==8.1
- pyuvdata==2.4.3
- pip
- pip:
Expand Down
4 changes: 2 additions & 2 deletions ci/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- numpy>=1.23
- pip
- pyuvdata>=2.4.3
- scipy>=1.7.3
- setuptools_scm>=8.0
- scipy>=1.8
- setuptools_scm>=8.1
- pip:
- build
4 changes: 2 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
- pypandoc
- pytest-cov
- pyuvdata>=2.4.3
- scipy>=1.7.3
- setuptools_scm>=8.0
- scipy>=1.8
- setuptools_scm>=8.1
- sphinx
- pip:
- lunarsky>=0.2.2
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8.1"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -22,9 +22,9 @@ dependencies = [
"h5py>=3.4",
"numpy>=1.23",
"pyuvdata>=2.4.3",
"scipy>=1.7.3",
"scipy>=1.8",
"setuptools>=64",
"setuptools_scm>=8",
"setuptools_scm>=8.1",
]
requires-python = ">=3.10"
keywords = ["radio astronomy"]
Expand Down

0 comments on commit 647d737

Please sign in to comment.