Skip to content

Commit

Permalink
Release most version restrictions (#423)
Browse files Browse the repository at this point in the history
* Release most version restrictions
* Put back Cython version restriction to fix classy failure to build
  • Loading branch information
marcpaterno committed May 16, 2024
1 parent b971d38 commit 9105119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- python>=3.10
- cosmosis >= 2.2.0
- cosmosis-build-standard-library
- cython < 3.0.0
- cython
- flake8
- jupyter
- mypy
- numcosmo>=0.21.1
- numpy>=1.21.0
- plantuml
- numpy>=1.23.0
- plotnine
- pip>=20.1 # pip is needed as dependency
- pip:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- flake8-docstrings
- fuzzywuzzy
- getdist
- glib <= 2.78.4
- glib
- idna
- matplotlib-base
- more-itertools
Expand Down

0 comments on commit 9105119

Please sign in to comment.