Skip to content

Commit

Permalink
Fix Anaconda environment configuration for tests
Browse files Browse the repository at this point in the history
In order to fix scitt-community#38, we need to hard
pin the version of Werkzeug used by Flask to avoid the changes after
to how functions are organized in the library's modules.

See PR Sanster/IOPaint#390 with a related solution (not specific to
Anaconda approach, but informative).

See [StackOverflow](https://stackoverflow.com/a/77217971) post for
details.
  • Loading branch information
aj-stein-nist committed Nov 22, 2023
1 parent 0e7b3d1 commit 2192406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ dependencies:
- cwt==2.7.1
- py-multibase==1.0.3
- py-multicodec==0.2.1
- werkzeug==2.2.2

0 comments on commit 2192406

Please sign in to comment.