Skip to content

Commit

Permalink
Merge pull request #420 from kevingreenman/version-fix
Browse files Browse the repository at this point in the history
Fix versioning issues - metadata and dependencies
  • Loading branch information
kevingreenman committed Jul 20, 2023
2 parents b2d95f3 + 892f60b commit a40fd12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = chemprop
version = 1.6.0
author = Kyle Swanson, Kevin Yang, Wengong Jin, Lior Hirschfeld, Allison Tam
author_email = chemprop@mit.edu
license = MIT
Expand Down Expand Up @@ -36,10 +37,10 @@ install_requires =
pandas>=1.0.3
pandas-flavor>=0.2.0
scikit-learn>=0.22.2.post1
scipy>=1.6.0
scipy>=1.4.1
sphinx>=3.1.2
tensorboardX>=2.0
torch>=1.6.0
torch>=1.4.0
tqdm>=4.45.0
typed-argument-parser>=1.6.1
rdkit>=2020.03.1.0
Expand All @@ -61,4 +62,4 @@ console_scripts =
test = pytest>=6.2.2; parameterized>=0.8.1

[options.package_data]
chemprop = py.typed
chemprop = py.typed
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
'pandas>=1.0.3',
'pandas-flavor>=0.2.0',
'scikit-learn>=0.22.2.post1',
'scipy>=1.6.0',
'scipy>=1.4.1',
'sphinx>=3.1.2',
'tensorboardX>=2.0',
'torch>=1.6.0',
'torch>=1.4.0',
'tqdm>=4.45.0',
'typed-argument-parser>=1.6.1',
'rdkit>=2020.03.1.0',
Expand Down

0 comments on commit a40fd12

Please sign in to comment.