Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerls committed Apr 12, 2024
1 parent a8fc294 commit 35860ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numpy
robust_laplacian==0.2.4
scipy
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
url="https://github.com/meyerls/PC-Skeletor",
packages=find_packages(),
install_requires=install_requires, # external packages as dependencies
python_requires='>=3.7',
python_requires='>=3.8',
classifiers=[
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
1 change: 1 addition & 0 deletions setup_env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
conda create --name s-lbc python=3.8 -y
conda activate s-lbc
conda install conda-forge::gfortran
pip install --upgrade pip setuptools
pip install -r requirements.txt

0 comments on commit 35860ad

Please sign in to comment.