Skip to content

Commit

Permalink
Merge pull request #29 from PaulRitsche/dependabot/pip/tensorflow-2.9.3
Browse files Browse the repository at this point in the history
Bump tensorflow from 2.4.0 to 2.9.0
  • Loading branch information
PaulRitsche authored Jun 5, 2023
2 parents c789b38 + dbc2531 commit a2e55ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
jupyter==1.0.0
Keras==2.9.0
matplotlib==3.4.3
numpy==1.21.2
opencv-contrib-python==4.5.3.56
pandas==1.3.3
Pillow==8.3.2
scikit-image==0.18.3
scikit-learn==0.24.2
tensorflow==2.9.0
tqdm==4.62.3
openpyxl==3.0.9
h5py==3.4.0
jupyter==1.0.0
Keras==2.9.0
matplotlib==3.4.3
numpy==1.21.2
opencv-contrib-python==4.5.3.56
pandas==1.3.3
Pillow==8.3.2
scikit-image==0.18.3
scikit-learn==0.24.2
tensorflow==2.9.0
tqdm==4.62.3
openpyxl==3.0.9
h5py==3.4.0
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@

setuptools.setup(
name="DeepACSA",
version="0.2.0",
author="Your Name",
author_email="[email protected]",
description="A brief description of your package",
version="0.3.0",
author="Paul Ritsche",
author_email="[email protected]",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yourusername/DeepACSA",
url="https://github.com/PaulRitsche/DeepACSA",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
Expand Down

0 comments on commit a2e55ad

Please sign in to comment.