Skip to content

Commit

Permalink
Remove OpenSeesPy dependency
Browse files Browse the repository at this point in the history
Users should pip install either OpenSeesRT or OpenSeesPy.
  • Loading branch information
ioannis-vm committed Jan 14, 2024
1 parent 288a2d3 commit 33d34de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sudo apt-get install -y pandoc
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
python -m pip install openseespy
python -m pip install -e .
- name: Build docs
run: cd docs && make html
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
python -m pip install openseespy
python -m pip install -e .
- name: flake8
run: flake8 src
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ packages =
osmg.postprocessing
osmg.preprocessing
install_requires =
opensees>=0.0.46
plotly>=4.14.3
matplotlib>=3.4.1
pandas>=1.2.4
Expand Down

0 comments on commit 33d34de

Please sign in to comment.