Skip to content

Commit

Permalink
remove testing dependency on rascal@new_ransac
Browse files Browse the repository at this point in the history
  • Loading branch information
cylammarco committed Mar 23, 2023
1 parent 6948f06 commit f62a4e6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
python -m pip install --upgrade pip Cython
python -m pip install -r requirements-dev.txt
python -m pip install -e .
python -m pip install --upgrade git+https://github.com/jveitchmichaelis/rascal@new_ransac
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plotly>=5.6
psutil>=5.9.4
pytest>=5.3
pytest-cov>=2.8
rascal>=0.3.8.1
rascal<0.4
requests>=2.27
requests>=2.28.1
scipy>=1.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ccdproc>= 2.3
kaleido>=0.2
numpy>=1.18
plotly>=5.6
rascal>=0.3.4
rascal<0.4
scipy>=1.7
spectres>=2.1.1
statsmodels>=0.13
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
ccdproc>=2.3,!=2.4.0
statsmodels>=0.13
spectres>=2.1.1
rascal>=0.3.8.1
rascal<0.4
setup_requires =
pytest>=5.3
pytest-cov>=2.8
Expand Down

0 comments on commit f62a4e6

Please sign in to comment.