Skip to content

Commit

Permalink
Update to tensorflow 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raear committed Apr 11, 2023
1 parent ec740f0 commit a796deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = f.read()
setuptools.setup(
name="BmCS",
version="4.0.0",
version="4.0.1",
author="Max Savery, Alastair Rae",
author_email="[email protected]",
description="Biomedical Citation Selector for classification of MEDLINE citations",
Expand All @@ -24,13 +24,13 @@
],
install_requires=[
"scikit-learn==0.24.1",
"tensorflow==2.5.1",
"tensorflow==2.8.4",
"python-dateutil==2.8.1",
"nltk==3.6.1",
"h5py==3.1.0",
"numpy==1.19.5",
"numpy==1.24.2",
"six==1.15.0",
"protobuf==3.20.3",
"protobuf==3.19.6",
],
package_data={
'BmCS': [
Expand Down

0 comments on commit a796deb

Please sign in to comment.