File tree Expand file tree Collapse file tree 2 files changed +31
-22
lines changed Expand file tree Collapse file tree 2 files changed +31
-22
lines changed Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=61.0" ]
3
+ build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " Qanalysis"
7
+ version = " 0.2.0"
8
+ authors = [
9
+ { name =" Eunjong Kim" , email =" ekim7206@gmail.com" },
10
+ ]
11
+ description = " Toolbox for qubit measurement and analysis"
12
+ readme = " README.md"
13
+ license = { file =" LICENSE" }
14
+ requires-python = " >=3.7"
15
+ classifiers = [
16
+ " Programming Language :: Python :: 3" ,
17
+ " License :: OSI Approved :: MIT License" ,
18
+ " Operating System :: OS Independent" ,
19
+ ]
20
+ dependencies = [
21
+ " scipy>=1.9.0" ,
22
+ " numpy>=1.23" ,
23
+ " matplotlib>=3.5.2" ,
24
+ " pandas>=1.4.0" ,
25
+ " scikit-learn>=1.1.2" ,
26
+ " seaborn>=0.12.0" ,
27
+ " cma>=3.2.2"
28
+ ]
29
+ [project .urls ]
30
+ "Homepage" = " https://github.com/eunjongkim/Qanalysis"
31
+ "Bug Tracker" = " https://github.com/eunjongkim/Qanalysis/issues"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments