tsqn commited on
Commit
3f09c6d
·
verified ·
1 Parent(s): 1ee0edc

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -34
pyproject.toml DELETED
@@ -1,34 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=42", "wheel"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "xora-core"
7
- version = "0.1.0"
8
- description = "A package for Xora model inference"
9
- authors = [
10
- { name = "Sapir Weissbuch", email = "[email protected]" }
11
- ]
12
- requires-python = ">=3.10"
13
- readme = "README.md"
14
- classifiers = [
15
- "Programming Language :: Python :: 3",
16
- "License :: OSI Approved :: MIT License",
17
- "Operating System :: OS Independent"
18
- ]
19
- dependencies = [
20
- "torch>=2.1.0",
21
- "diffusers~=0.28.2",
22
- "transformers~=4.44.2",
23
- "sentencepiece~=0.1.96",
24
- "huggingface-hub~=0.25.2",
25
- "einops"
26
- ]
27
-
28
- [project.optional-dependencies]
29
- # Instead of thinking of them as optional, think of them as specific modes
30
- inference-script = [
31
- "accelerate",
32
- "matplotlib",
33
- "opencv-python"
34
- ]