Skip to content

Commit

Permalink
chore: edits from edit_pyproject_toml_and_lockfiles legion function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Jan 7, 2025
1 parent 7d19cdf commit cb958c5
Showing 1 changed file with 31 additions and 32 deletions.
63 changes: 31 additions & 32 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,42 +56,41 @@ keywords = ["gflownet"]
requires-python = ">=3.10,<3.11"
dynamic = ["version"]
dependencies = [
"torch==2.1.2",
"torch-geometric==2.4.0",
"torch-scatter==2.1.2",
"torch-sparse==0.6.18",
"torch-cluster==1.6.3",
"rdkit",
"tables",
"scipy",
"networkx",
"tensorboard",
"cvxopt",
"pyarrow",
"gitpython",
"botorch",
"pyro-ppl",
"gpytorch",
"omegaconf>=2.3",
"wandb",
"pandas", # needed for QM9 and HDF5 support.
'torch==2.1.2',
'torch-geometric==2.4.0',
'torch-scatter==2.1.2',
'torch-sparse==0.6.18',
'torch-cluster==1.6.3',
'rdkit',
'tables',
'scipy',
'networkx',
'tensorboard',
'cvxopt',
'pyarrow',
'gitpython',
'botorch',
'pyro-ppl',
'gpytorch',
'omegaconf>=2.3',
'wandb',
'pandas',
]

[project.optional-dependencies]
dev = [
"bandit[toml]",
"black",
"isort",
"mypy",
"pip-compile-cross-platform",
"pre-commit",
"pytest",
"pytest-cov",
"ruff",
"tox",
"typeguard",
# Security pin
"gitpython>=3.1.30",
'bandit[toml]',
'black',
'isort',
'mypy',
'pip-compile-cross-platform',
'pre-commit',
'pytest',
'pytest-cov',
'ruff',
'tox',
'typeguard',
'gitpython>=3.1.30',
]

[[project.authors]]
Expand Down

0 comments on commit cb958c5

Please sign in to comment.