Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Dec 25, 2024
1 parent ed7338d commit 0255c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# conda build . -c conda-forge -c default -c pytorch -c gurobi
# conda build . -c conda-forge -c default -c pytorch -c gurobi
# anaconda upload -u pyepo $USER/anaconda3/conda-bld/win-64pyepo-0.4.3-py312_0.tar.bz2

package:
Expand All @@ -21,12 +21,12 @@ channels:

requirements:
host:
- python >=3.7,<=3.12
- python >=3.7
- pip
- numpy
- tqdm
run:
- python >=3.7,<=3.12
- python >=3.7
- numpy
- scipy
- pathos
Expand Down

0 comments on commit 0255c36

Please sign in to comment.