Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from astro-datalab/depends
Browse files Browse the repository at this point in the history
Add dependencies to pyproject.toml
  • Loading branch information
jacquesalice authored Oct 2, 2024
2 parents f0e7e2b + 77630a6 commit cb24d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
# version is found in: ~/sandbox/sparclclient/sparcl/__init__.py
dynamic = ["version", "description"]
dependencies = ["requests==2.31.0", "numpy==1.26.1", "spectres", "pyjwt"]

[project.urls]
"Homepage" = "https://github.com/pypa/sparclclient"
Expand Down
2 changes: 1 addition & 1 deletion sparcl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
# __version__ = "1.2.1"
# FIRST uncommented value will be used! (so only leave one uncommented)
#__version__ = "1.2.2"
__version__ = "1.2.3b2"
__version__ = "1.2.3b4"

0 comments on commit cb24d7c

Please sign in to comment.