Skip to content

Commit

Permalink
Remove astropy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 15, 2024
1 parent f33ba37 commit 5cea78d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 77 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Next version

### ⚙️ Internal

* Removed unnecessary `astropy` dependency.


## 0.3.5 - September 13, 2024

### 🔧 Fixed
Expand All @@ -9,7 +16,7 @@

## 0.3.4 - September 12, 2024

### ⚙️ Engineering
### ⚙️ Internal

* Improved typing.

Expand All @@ -27,14 +34,14 @@
* Return `None` if ion pump fails to read.
* Allow to pass `internal` to `send_clu_command`.

### 🐛 Fixed
### 🔧 Fixed

* `Retrier` backoff delay is now calculated as `delay * exponential_backoff_base ** (attempt - 1)`.


## 0.3.2 - September 12, 2024

### ⚙️ Engineering
### ⚙️ Internal

* Test `taiki-e/create-gh-release-action` workflow to release a new version.

Expand All @@ -53,7 +60,7 @@
* Added support for reading spectrograph status, ion pumps, and thermistors.
* Added `CliClient` class.

### ⚙️ Engineering
### ⚙️ Internal

* Format code using `ruff`.
* Migrate package management to `uv`.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ requires-python = ">=3.10,<4"
dependencies = [
"sdsstools>=1.8.2",
"sdss-clu>=2.2.7",
"astropy>=6.1",
"sdss-drift>=1.2.0",
"asyncudp>=0.11.0",
]
Expand Down
72 changes: 0 additions & 72 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cea78d

Please sign in to comment.