Browse Source

Merge branch 'Dev' of https://github.com/AbductiveLearning/ABL-Package into Dev

pull/1/head
Tony-HYX 2 years ago
parent
commit
d8fd8de8c6
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      docs/conf.py
  2. +2
    -2
      pyproject.toml
  3. +1
    -1
      requirements.txt

+ 1
- 1
docs/conf.py View File

@@ -27,7 +27,7 @@ sys.path.append(os.path.abspath("./ABL/"))
project = "ABL"
slug = re.sub(r"\W+", "-", project.lower())
project = "ABL-Package"
copyright = "2023, Author"
copyright = "LAMDA, 2024"
author = "Author"

# -- General configuration ---------------------------------------------------


+ 2
- 2
pyproject.toml View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "abl"
version = "0.1.4"
version = "0.1.5"
authors = [
{ name="LAMDA 2024" },
]
@@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.15.0",
"pyswip>=0.2.9",
"pyswip==0.2.9",
"torch>=1.11.0",
"torchvision>=0.12.0",
"zoopt>=0.3.0",


+ 1
- 1
requirements.txt View File

@@ -1,5 +1,5 @@
numpy>=1.15.0,
pyswip>=0.2.9,
pyswip==0.2.9,
torch>=1.11.0,
torchvision>=0.12.0,
zoopt>=0.3.0,

Loading…
Cancel
Save