Skip to content

Commit

Permalink
Preparing release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed May 7, 2024
1 parent dd5fb1f commit b8c93d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ cffi==1.16.0
charset-normalizer==3.3.2
configparser==5.0.1
contourpy==1.2.1
cryptography==42.0.5
cryptography==42.0.7
cycler==0.12.1
Cython==3.0.6
dearwatson==0.10.0
dearwatson==0.10.1
dm-tree==0.1.8
ellc==1.8.8
everest-pipeline==2.0.12
exoml==0.1.8
exoml==0.1.9
extension-helpers==0.1
fbpca==1.0
filelock==3.14.0
Expand All @@ -45,7 +45,7 @@ jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.functools==4.0.1
jeepney==0.8.0
Jinja2==3.1.3
Jinja2==3.1.4
joblib==1.4.2
k2plr==0.2.9
kagglehub==0.2.5
Expand All @@ -54,7 +54,7 @@ keras-core==0.1.7
keras-nlp==0.8.1
keyring==25.2.0
kiwisolver==1.4.5
lcbuilder==0.17.1
lcbuilder==0.18.0
libclang==18.1.1
lightkurve==2.4.2
llvmlite==0.41.1
Expand All @@ -64,7 +64,7 @@ MarkupSafe==2.1.5
matplotlib==3.8.2
mdurl==0.1.2
memoization==0.4.0
ml-dtypes==0.2.0
ml-dtypes==0.3.2
more-itertools==10.2.0
mpmath==1.3.0
namex==0.0.8
Expand Down Expand Up @@ -99,7 +99,7 @@ pybind11==2.11.1
pycparser==2.22
pydot==1.4.2
pyerfa==2.0.1.4
Pygments==2.17.2
Pygments==2.18.0
pyparsing==2.4.7
PyPDF2==3.0.1
pysyzygy==0.0.2
Expand All @@ -118,14 +118,14 @@ ruamel.yaml.clib==0.2.8
scikit-learn==1.2.2
scipy==1.11.4
SecretStorage==3.3.3
setuptools==68.2.2
setuptools==69.5.1
six==1.16.0
soupsieve==2.5
statsmodels==0.13.5
sympy==1.12
tensorboard==2.15.2
tensorboard-data-server==0.7.2
tensorflow==2.15.0
tensorflow==2.15.1
tensorflow-addons==0.19.0
tensorflow-estimator==2.15.0
tensorflow-hub==0.16.1
Expand All @@ -144,7 +144,7 @@ typing_extensions==4.7.1
uncertainties==3.1.7
urllib3==1.26.13
webencodings==0.5.1
Werkzeug==3.0.2
Werkzeug==3.0.3
wheel==0.43.0
wotan==1.9
wrapt==1.14.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.10.0"
version = "0.10.1"
setuptools.setup(
name="dearwatson", # Replace with your own username
version=version,
Expand All @@ -25,7 +25,7 @@
"bokeh==2.4.2", # TPFPlotter dependency
'configparser==5.0.1',
"extension-helpers==0.1",
"exoml==0.1.8",
"exoml==0.1.9",
"imageio==2.9.0",
'pyparsing==2.4.7', # Matplotlib dependency
"pyyaml==6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion watson/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.0"
__version__ = "0.10.1"

0 comments on commit b8c93d5

Please sign in to comment.