File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Create package 📦
2626 run : |
27- pip install "twine==4.0.2 " setuptools wheel
27+ pip install "twine==5.1.1 " setuptools wheel
2828 python setup.py sdist bdist_wheel
2929 ls -lh dist/
3030 twine check dist/*
Original file line number Diff line number Diff line change 11torch >=1.11.0
2- numpy >1.20.0
2+ numpy >1.20.0, <2.0
33pandas >=1.1.5
44scikit-learn >=1.3.0
55pytorch-lightning >=2.0.0, <2.3.0
Original file line number Diff line number Diff line change 11wget
22bump2version ==1.0.1
33# coverage >=4.5.4
4- mkdocs-material >=9.1.0, <9.6.0
4+ mkdocs-material ==9.5.*
55ipython[notebook] >8.0, <9.0
6- mkdocstrings[python] >=0.23.0, <0.24.0
7- mknotebooks >= 0.8.0, <0.9.0
6+ mkdocstrings[python] ==0.26.*
7+ mknotebooks == 0.8.*
88pytest >=5.3.2
99pytest-runner >=5.1
1010torch_optimizer
You can’t perform that action at this time.
0 commit comments