Skip to content

Commit

Permalink
restrict python version and unrestrict argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Jan 20, 2025
1 parent f5af24e commit 96eebdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: saltproc-env
name: saltproc-env-test
channels:
- conda-forge
- defaults
dependencies:
- python<3.12
- numpy
- pytables
- networkx
Expand All @@ -11,4 +12,4 @@ dependencies:
- jsonschema
- pip:
- git+https://github.com/CORE-GATECH-GROUP/serpent-tools.git
- argparse==1.4.0
- argparse

0 comments on commit 96eebdf

Please sign in to comment.