Skip to content

Commit

Permalink
Update pytorch version; add manifest for dataset files; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Jul 25, 2024
1 parent 71a6b73 commit 7027cd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include graphchem/datasets/static/*.csv
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[project]
name = "graphchem"
version = "2.1.2"
version = "2.1.3"
authors = [
{ name="Travis Kessler", email="[email protected]" },
]
Expand All @@ -13,7 +16,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"rdkit-pypi==2022.9.5",
"torch==2.0.0",
"torch==2.4.0",
"torch-geometric==2.3.0",
]
classifiers = [
Expand Down

0 comments on commit 7027cd8

Please sign in to comment.