Skip to content

Commit

Permalink
Merge pull request #54 from ecrl/update-deps
Browse files Browse the repository at this point in the history
Update dependency versions; version bump
  • Loading branch information
tjkessler authored Jul 25, 2024
2 parents ac192b0 + 759160f commit 391d93d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ filterwarnings = [

[project]
name = "ecnet"
version = "4.1.2"
version = "4.1.3"
authors = [
{ name="Travis Kessler", email="travis.j.kessler@gmail.com" },
]
description = "Fuel property prediction using QSPR descriptors"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"torch==2.0.0",
"scikit-learn==1.2.2",
"padelpy==0.1.15",
"alvadescpy==0.1.2",
"ecabc==3.0.0"
"torch==2.4.0",
"scikit-learn==1.5.1",
"padelpy==0.1.16",
"alvadescpy==0.1.3",
"ecabc==3.0.1"
]
classifiers = [
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 391d93d

Please sign in to comment.