-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from PaulRitsche/dependabot/pip/tensorflow-2.9.3
Bump tensorflow from 2.4.0 to 2.9.0
- Loading branch information
Showing
2 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|