summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..6dfd6c4
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,22 @@
+[project]
+name = "worldalign"
+version = "0.1.0"
+description = "Unpaired structural alignment into a frozen language model"
+requires-python = ">=3.10"
+dependencies = [
+ "accelerate>=1.0",
+ "datasets>=2.20",
+ "numpy>=1.26",
+ "Pillow>=10",
+ "POT>=0.9.5",
+ "requests>=2.31",
+ "scikit-learn>=1.4",
+ "scipy>=1.12",
+ "torch>=2.3",
+ "torchvision>=0.18",
+ "tqdm>=4.66",
+ "transformers>=4.45",
+]
+
+[tool.setuptools]
+packages = ["worldalign"]