File size: 628 Bytes
99aac1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "sosmc-reproduction"
version = "0.1.0"
description = "Claim-by-claim CPU reproduction of Efficient Stochastic Optimisation via Sequential Monte Carlo"
requires-python = ">=3.12,<3.13"
dependencies = [
  "jax==0.4.30",
  "jaxlib==0.4.30",
  "matplotlib==3.9.4",
  "numpy==2.0.2",
  "optax==0.2.4",
  "pandas==2.3.3",
  "pytorch-lightning==2.6.0",
  "scikit-learn==1.6.1",
  "scipy==1.13.1",
  "sympy==1.14.0",
  "torch==2.8.0",
  "torchvision==0.23.0",
  "marimo==0.14.17",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["sosmc_repro"]