Skip to content

Commit

Permalink
Preparing release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed May 3, 2024
1 parent 1d9ea9d commit dd5fb1f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ contourpy==1.2.1
cryptography==42.0.5
cycler==0.12.1
Cython==3.0.6
dearwatson==0.9.9
dearwatson==0.10.0
dm-tree==0.1.8
ellc==1.8.8
everest-pipeline==2.0.12
exoml==0.1.7
exoml==0.1.8
extension-helpers==0.1
fbpca==1.0
filelock==3.14.0
Expand Down Expand Up @@ -47,20 +48,26 @@ jeepney==0.8.0
Jinja2==3.1.3
joblib==1.4.2
k2plr==0.2.9
kagglehub==0.2.5
keras==2.15.0
keras-core==0.1.7
keras-nlp==0.8.1
keyring==25.2.0
kiwisolver==1.4.5
lcbuilder==0.17.1
libclang==18.1.1
lightkurve==2.4.2
llvmlite==0.41.1
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.8.2
mdurl==0.1.2
memoization==0.4.0
ml-dtypes==0.2.0
more-itertools==10.2.0
mpmath==1.3.0
namex==0.0.8
networkx==3.3
numba==0.58.1
numpy==1.23.5
Expand Down Expand Up @@ -92,16 +99,19 @@ pybind11==2.11.1
pycparser==2.22
pydot==1.4.2
pyerfa==2.0.1.4
Pygments==2.17.2
pyparsing==2.4.7
PyPDF2==3.0.1
pysyzygy==0.0.2
python-dateutil==2.9.0.post0
pytz==2024.1
pyvo==1.5.1
PyYAML==6.0.1
regex==2024.4.28
reportlab==4.0.7
requests==2.31.0
requests-oauthlib==2.0.0
rich==13.7.1
rsa==4.9
ruamel.yaml==0.17.32
ruamel.yaml.clib==0.2.8
Expand All @@ -118,9 +128,12 @@ tensorboard-data-server==0.7.2
tensorflow==2.15.0
tensorflow-addons==0.19.0
tensorflow-estimator==2.15.0
tensorflow-hub==0.16.1
tensorflow-io-gcs-filesystem==0.37.0
tensorflow-text==2.15.0
termcolor==2.4.0
tess-point==0.6.1
tf_keras==2.15.1
threadpoolctl==3.5.0
torch==2.1.2
tornado==6.4
Expand Down
2 changes: 1 addition & 1 deletion 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.9.9"
version = "0.10.0"
setuptools.setup(
name="dearwatson", # Replace with your own username
version=version,
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.9.9"
__version__ = "0.10.0"

0 comments on commit dd5fb1f

Please sign in to comment.