Skip to content

Commit 9afddb9

Browse files
committed
update to pypi test 0.0.2
1 parent 89458c9 commit 9afddb9

File tree

7 files changed

+28
-1
lines changed

7 files changed

+28
-1
lines changed

.pypirc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[distutils]
2+
index-servers=
3+
testpypi
4+
5+
[testpypi]
6+
repository: https://test.pypi.org/simple/ Vampyr-MTL-Max-JJ
7+
username: Max_JJ
8+
password: Haoyan13911233286

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Auto generated by [pigar](https://github.com/damnever/pigar)
6767

6868
- ``python3 -m twine upload --repository testpypi dist/*``
6969

70+
or rewrite .pypirc file with credencials and
71+
72+
- ``twine upload -r pypi dist/*``
73+
74+
- ``python3 setup.py sdist bdist_wheel``
75+
7076
* Automation(Linux):
7177
- deploy: ``./build_deploy.sh``
7278
- test: ``./build_deploy.sh --test``
-1.93 KB
Binary file not shown.
-3 KB
Binary file not shown.
19.6 KB
Binary file not shown.

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,42 @@
22
# https://github.com/damnever/pigar
33

44
# Vampyr_MTL\evaluations\utils.py: 3
5+
# Vampyr_MTL\functions\tests\test_data.py: 2
56
# Vampyr_MTL\functions\tests\test_softmax_L21_hinge.py: 3
67
pandas == 1.0.4
78

9+
# Vampyr_MTL\functions\tests\test_C_Least_L21.py: 7
10+
plotly == 4.8.1
11+
812
# Vampyr_MTL\functions\tests\test_Least_L21.py: 3
913
pytest == 5.3.5
1014

1115
# Vampyr_MTL\evaluations\utils.py: 1
16+
# Vampyr_MTL\functions\tests\test_data.py: 3
1217
# Vampyr_MTL\functions\tests\test_softmax_L21_hinge.py: 4
1318
scikit_learn == 0.22.1
1419

20+
# Vampyr_MTL\functions\MTL_Cluster_Least_L21.py: 8,9,10,11
21+
# Vampyr_MTL\functions\tests\test_C_Least_L21.py: 6
22+
scipy == 1.4.1
23+
1524
# setup.py: 1
1625
setuptools == 45.2.0
1726

27+
# Vampyr_MTL\functions\MTL_Cluster_Least_L21.py: 4,5
1828
# Vampyr_MTL\functions\MTL_Least_L21.py: 4,5
1929
# Vampyr_MTL\functions\MTL_Softmax_L21_hinge.py: 4,5
2030
# Vampyr_MTL\functions\Ordinal_Logistic_L21.py: 4,5
2131
tqdm == 4.46.1
2232

2333
# Vampyr_MTL\evaluations\utils.py: 2
34+
# Vampyr_MTL\functions\MTL_Cluster_Least_L21.py: 1,3
2435
# Vampyr_MTL\functions\MTL_Least_L21.py: 1,3
2536
# Vampyr_MTL\functions\MTL_Softmax_L21_hinge.py: 1,3
2637
# Vampyr_MTL\functions\Ordinal_Logistic_L21.py: 1,3
38+
# Vampyr_MTL\functions\tests\test_C_Least_L21.py: 4
2739
# Vampyr_MTL\functions\tests\test_Least_L21.py: 2
2840
# Vampyr_MTL\functions\tests\test_binary_logistic.py: 2
41+
# Vampyr_MTL\functions\tests\test_data.py: 1
2942
# Vampyr_MTL\functions\tests\test_softmax_L21_hinge.py: 2
3043
numpy == 1.18.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="Vampyr-MTL-Max_JJ",
8-
version="0.0.1",
8+
version="0.0.2",
99
author="Max Jiang",
1010
author_email="haoyanhy.jiang@mail.utoronto.ca",
1111
description="A Multi-task Learning Python Package for Academic Uses",

0 commit comments

Comments
 (0)