Skip to content

Commit

Permalink
Fixed problem in compiling API in the website
Browse files Browse the repository at this point in the history
  • Loading branch information
Houman.M_Dastjerdi committed Dec 1, 2023
1 parent 110a628 commit ca6ac18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyqtgraph
scikit_learn
scikit-image
tqdm
pywt
PyWavelets
trackpy
joblib
psutil
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies = [
"tqdm",
"trackpy",
"wget",
"PyWavelets",
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ tifffile
tqdm
trackpy
wget
PyWavelets
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"tensorflow",
"GitPython",
"subprocess.run",
"PyWavelets",
],
# not to be confused with definitions in pyproject.toml [build-system]
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit ca6ac18

Please sign in to comment.