Skip to content

Commit

Permalink
accept requests by @burnout87
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrigno committed Aug 21, 2024
1 parent 15bfa5f commit b45b207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests
future
astropy>=3.2
astropy>=5.0.1
json_tricks
matplotlib
numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.26
current_version = 1.2.25
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
install_requires=[
"requests",
"future",
"astropy>=3.2",
"astropy>=5.0.1",
"json_tricks",
"matplotlib",
"numpy",
Expand Down

0 comments on commit b45b207

Please sign in to comment.