SanskarModi commited on
Commit
20354da
·
1 Parent(s): cffec84

updated requirements

Browse files
Files changed (3) hide show
  1. pyproject.toml +1 -6
  2. requirements.txt +2 -0
  3. setup.cfg +5 -0
pyproject.toml CHANGED
@@ -1,8 +1,3 @@
1
  [build-system]
2
- requires = ["setuptools", "wheel"]
3
  build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "sdgen"
7
- version = "0.1.0"
8
- dependencies = []
 
1
  [build-system]
2
+ requires = ["setuptools>=61", "wheel"]
3
  build-backend = "setuptools.build_meta"
 
 
 
 
 
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  # CORE GPU LIBRARIES (PyTorch - GPU ONLY)
2
  # IMPORTANT: Install manually using:
3
  # pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
 
1
+ -e .
2
+
3
  # CORE GPU LIBRARIES (PyTorch - GPU ONLY)
4
  # IMPORTANT: Install manually using:
5
  # pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
setup.cfg CHANGED
@@ -1,7 +1,12 @@
 
 
 
 
1
  [options]
2
  packages = find:
3
  package_dir =
4
  =src
 
5
 
6
  [options.packages.find]
7
  where = src
 
1
+ [metadata]
2
+ name = sdgen
3
+ version = 0.1.0
4
+
5
  [options]
6
  packages = find:
7
  package_dir =
8
  =src
9
+ python_requires = >=3.8
10
 
11
  [options.packages.find]
12
  where = src