Skip to content

Commit

Permalink
finish 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mh739025250 committed Jan 5, 2022
1 parent dbaa130 commit 185d63c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ mnist/
mnist.npz
.python-version
*.text
.pypirc
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Pillow==8.4.0
pandas==1.2.3
pytest==6.2.5

-f https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cpu
-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
torch==1.8.2+cpu
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):


setup(
name="delta_task",
name="delta-task",
version="0.3.0",
packages=find_packages(),
include_package_data=True,
Expand All @@ -41,7 +41,7 @@ def run_tests(self):
"Pillow==8.4.0",
"pandas==1.2.3",
"pytest==6.2.5",
"torch==1.8.1+cpu",
"torch==1.8.2+cpu",
],
tests_require=["pytest"],
cmdclass={"test": PyTest},
Expand Down

0 comments on commit 185d63c

Please sign in to comment.