Skip to content

Commit

Permalink
Updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSekavcnik committed Apr 26, 2024
1 parent 5ada4c6 commit 02f41d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""quasi installation configuration"""
from setuptools import find_packages, setup


import os
current_dir = os.path.abspath(os.path.dirname(__file__))
setup(
name="quasi",
version="0.0.2",
Expand All @@ -14,7 +14,8 @@
"numpy",
"numba",
"scipy",
"photon_weave@git+ssh://git@github.com/tqsd/photon_weave.git@master",
#"photon_weave@git+ssh://git@github.com/tqsd/photon_weave.git@master",
"photon_weave @ file://{}/photon-weave".format(current_dir),
"flet",
"matplotlib",
"qutip",
Expand Down

0 comments on commit 02f41d6

Please sign in to comment.