Skip to content

Commit

Permalink
perf: perfect code
Browse files Browse the repository at this point in the history
  • Loading branch information
NewT123-WM committed May 1, 2024
1 parent 3360de8 commit 784d45a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,18 @@ jobs:
- name: test_base
run: |
git clone https://github.com/NewT123-WM/tnlearn
cd tnlearn
pip install h5py~=3.10.0
pip install numpy~=1.26.2
pip install torch~=2.1.0
pip install sympy~=1.12
pip install setuptools~=68.0.0
pip install scikit-learn~=1.4.0
pip install scipy~=1.12.0
pip install joblib~=1.3.2
pip install requests~=2.31.0
pip install networkx~=3.2.1
pip install matplotlib~=3.8.3
pip install pandas~=2.2.0
pip install packaging~=23.2
pip install ipython~=8.18.1
pip install tqdm~=4.66.2
cd tnlearn
pip install torch>=2.1.0
pip install numpy>=1.26.4
pip install scikit-learn>=1.4.1.post1
pip install pandas>=2.2.1
pip install sympy>=1.12
pip install tqdm>=4.66.2
pip install matplotlib>=3.8.3
pip install ipython>=8.18.1
pip install torchinfo>=1.8.0
pip install h5py>=3.10.0
pip install setuptools>=68.2.2
python -m unittest
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## (2024-05-01)

* perf: add examples ([fd06974](https://github.com/NewT123-WM/tnlearn/commit/fd06974))
* perf: perf code comments ([9ed18a6](https://github.com/NewT123-WM/tnlearn/commit/9ed18a6))



0 comments on commit 784d45a

Please sign in to comment.