Skip to content

Commit

Permalink
[minor] update pyproject.toml, requirements.txt, Makefile, and delete…
Browse files Browse the repository at this point in the history
… MANIFEST.in
  • Loading branch information
caitaozhan committed Aug 21, 2024
1 parent 1ac186c commit fbadbe3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ all: jupyter
setup:
pip3 install -r ./requirements.txt

install_no_pip:
python3 setup.py install

install:
pip3 install .

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ version = "0.6.3"
description = "Simulator of QUantum Network Communication (SeQUeNCe) is an open-source tool that allows modeling of quantum networks including photonic network components, control protocols, and applications."
readme = "README.md"
requires-python = ">=3.8"
dynamic = ["dependencies"]


[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ plotly
pandas
qutip==4.7.5
tqdm>=4.54.0
networkx
networkx
pytest

0 comments on commit fbadbe3

Please # to comment.