Skip to content

Commit

Permalink
Add environment.yml, remove fixed scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
duembgen committed Apr 5, 2024
1 parent 919d94f commit ff689a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: polymat
channels:
- defaults
- conda-forge
- anaconda
dependencies:
- python=3.10
- pip=22.3

- pip:
- -r requirements.txt
- -e .
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pandas>=1.5.3
numpy>=1.24.1
scipy>=1.10.0
pytest>=7.2.1
matplotlib>=3.6.2
scipy
pytest-cov
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = { file="LICENSE" }
[options]
packages = find:
install_requires=
scipy==1.10.0
scipy

[options.packages.find] # do not mistake tests/ for a package directory
exclude=_test*
Expand Down

0 comments on commit ff689a5

Please sign in to comment.