Skip to content

Commit

Permalink
Merge pull request #3 from gabefreedman/setup-fix
Browse files Browse the repository at this point in the history
Fix installation bug and version numbering
  • Loading branch information
gabefreedman authored Dec 1, 2022
2 parents 275f0d4 + 9a8f79c commit 4919585
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Stephen Taylor, Paul T. Baker, Jeffrey S. Hazboun
Copyright (c) 2021 Gabriel E. Freedman, Aaron D. Johnson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions enterprise_outliers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "1.0.0"
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
numpy>=1.16.3
scipy>=1.2.0
Cython>=0.28.5
numdifftools
scikit-sparse>=0.4.5
enterprise-pulsar>=3.1.0
pint-pulsar
astropy
matplotlib
pint-pulsar>=0.8.3
matplotlib>=3.2.0
numdifftools>=0.9.0
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 = 2.1.0
current_version = 1.0.0
commit = True
tag = True

Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"Cython>=0.28.5",
"scikit-sparse>=0.4.5",
"enterprise-pulsar>=3.1.0",
"pint-pulsar",
"astropy",
"matplotlib",
"numdifftools"
"pint-pulsar>=0.8.3",
"matplotlib>=3.2.0",
"numdifftools>=0.9.0"
]

test_requirements = [
Expand Down

0 comments on commit 4919585

Please sign in to comment.